#student-storage-comparison {
    background: #EEEEEE;
}

.student-storage-comparison {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: table;
    color: #0F1070;
}

.student-storage-comparison-title {
    color: #0F1070;
    font-size: 29px;
    letter-spacing: -0.02em;
    text-align: center;
}

.student-storage-comparison-row {
    display: table-row;
}

.student-storage-comparison-row:nth-child(even) {
    background: #fff;
}

.student-storage-comparison-row:nth-child(even) .student-storage-comparison-cell:first-child {
    border: 1px solid #C4C4C4;
    border-right: none;
}

.student-storage-comparison-row:nth-child(even) .student-storage-comparison-cell:nth-child(2),
.student-storage-comparison-row:nth-child(even) .student-storage-comparison-cell:nth-child(4) {
    border: 1px solid #C4C4C4;
}

.student-storage-comparison-row:nth-child(even) .student-storage-comparison-cell:nth-child(3) {
    border: 1px solid #C4C4C4;
    border-left: none;
}

.student-storage-comparison-row:nth-child(odd) .student-storage-comparison-cell:nth-child(2),
.student-storage-comparison-row:nth-child(odd) .student-storage-comparison-cell:nth-child(4) {
    border: 1px solid #C4C4C4;
    border-top: none;
    border-bottom: none;
}

.student-storage-comparison-header .student-storage-comparison-cell {
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    color: #E86E14;
    padding-bottom: 22px;
    letter-spacing: -0.02em;
}

.student-storage-comparison-header .student-storage-comparison-cell:nth-child(2),
.student-storage-comparison-header .student-storage-comparison-cell:nth-child(4) {
    border: 1px solid #C4C4C4 !important;
    border-radius: 15px 15px 0 0;
    border-bottom: none !important;
}

.student-storage-comparison-footer {
    background: none !important;
}

.student-storage-comparison-footer .student-storage-comparison-cell {
    border: none !important;
}

.student-storage-comparison-footer .student-storage-comparison-cell:nth-child(2),
.student-storage-comparison-footer .student-storage-comparison-cell:nth-child(4) {
    border-radius: 0 0 15px 15px;
    border: 1px solid #C4C4C4 !important;
    border-top: none !important;
}

.student-storage-comparison-cell {
    box-sizing: border-box;
    display: table-cell;
    padding: 2px 25px;
    font-weight: normal;
    font-size: 17px;
    text-align: right;
}

.student-storage-comparison-cell:first-child {
    text-align: left;
    font-weight: normal;
    font-size: 21px;
    color: #0F1070;
}

.student-storage-comparison-note {
    font-size: 15px;
    margin-top: 30px;
    color: #676B78;
    text-align: center;
}

@media (max-width: 768px) {
    .student-storage-comparison-title {
        font-size: 21px;
    }
    .student-storage-comparison-header .student-storage-comparison-cell {
        font-size: 15px;
        padding-bottom: 12px;
    }

    .student-storage-comparison-cell {
        font-size: 12px;
        min-width: 53px;
        padding: 2px 7px;
    }

    .student-storage-comparison-cell:first-child {
        font-size: 15px;
    }

    .student-storage-comparison-note {
        font-size: 12px;
        margin-top: 24px;
    }
}

