  .content .college-transition-container .content h3 {
    color:#0C2340;
    text-align: center;
}
.content .college-transition-container table tr {
    background: none!important;
}
.content .college-transition-container table td {
    border: none!important;
    border-bottom: 1px solid #fff!important;
    border-radius: 0!important;
    color:#0C2340;
    font-size:1.325rem;
    font-weight: 400!important;
    vertical-align: top;
    letter-spacing: 0;
}

.content .college-transition-container table th {
    color: #0c2340 !important;;
    font-size:2rem;
    padding: 0.5em 1.125em;
}
td.hs, td.college {width:40%;}
td.diff {font-size: 1.65rem!important;
    line-height: 2rem!important;}
span.diff-icon {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 1rem;
    align-items: center;
    font-weight: 700;
}
.diff span.diff-icon span {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #fff;
    padding: 20px;
    border-radius: 100%;
    border: none;
    /* object-fit: cover; */
}
.diff span span img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 601px) {
    .content .college-transition-container table td {
        display:block;
    }
    td.hs, td.college, td.diff {width:100%;}
    span.diff-icon {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }
    }