@use '../../utils' as *;

/*----------------------------------------*/
/*  4.33 Tuition css
/*----------------------------------------*/

.bd-tuition-fees-wrapper {
    padding: 50px 60px 60px 50px;
    background-color: var(--bd-white);
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    @media #{$md,$sm,$xs} {
        padding: 30px 30px;
    }
    .table>thead {
        vertical-align: middle;
    }

    .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .desc {
        margin-bottom: 30px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}