@media only screen and (max-width: 728px) {
    .education h1 {
        font-size: 15px;
        padding-right: 28px;
    }

    .University {
        font-size: 10px;
        font-weight: bold;
        border-bottom: 2px solid #233DFF;
        width: 110px;
    }

    .education {
        padding-top: 20px;
        align-items: center;
        display: flex;
        padding-left: 15px;
    }

    .department {
        font-size: 10px;
    }
}