.person-profile ruby {
    font-size: 28px;
    color: #37457B;
    font-weight: bold;
}

 

.person-profile rt {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 16px;
    padding-bottom: 5px;
    letter-spacing: -15px;
}

   

.font-size-12 {
    font-size: 0.75rem;
    text-align: left;
    color: #37457B;
}

.font-size-24 {
    font-size: 1.5rem !important;
}

.sub-title-blue {
    width: 100%;
    font-size: 1.375rem;
    color: var(--color-subtitle);
    font-weight: bold;
    padding: 1.875rem 0 0 0;
    line-height: 1.875rem;
    border-bottom: 1.5px solid #39467D;
    padding-top: 4.375rem;
    padding-bottom: 1.063rem;
}

.timetable {
    font-size: 1.125rem;
    color: var(--color-main);
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 10px;
}

@media (max-width:767.98px) {
    .card-professor-img {
        width: 146px;
        margin: auto;
    }
    .timetable span:nth-child(3) {
        display: block;
        width: 100%;
        padding-left: 0px !important;
    }

     .person-profile {
        text-align: center;
    }

    .font-size-12 {
        text-align: center;
        text-indent: -4rem;
    }

    .sub-title-blue {
        padding-top: 2.5rem;
    }
}

@media (min-width:768px) {
    .timetable {
        display: flex;
        margin-bottom: 0px;
    }

    .year {
        width: 160px;
    }

    .month {
        width: 42px;
    }
}
