h2{
    font-size: 2.35rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-left: -1px;
    padding: 0;
    border: none;
    text-rendering: optimizeSpeed;
}
.partner-bg {
    padding: 20vh 0;
}
.school-content-bg{background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(229, 233, 247, 0.4) 99.5%);}
.partners-headshot img {
    border-radius: 100%;
    z-index: 1;
    margin: auto;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-60px);
    transform: translateX(-50%) translateY(-90%);
    max-width: 180px;
    box-shadow: 0 0 20px #0000003b;
}

.school-intro h4{color: #000; font-size: 16px; font-weight: 700; }

.top-wavebg:before {
    content: "";
    background: url(/vsAssetFile/global/img/education/future-school/curves.svg);
    position: absolute;
    width: 100%;
    display: block;
    height: 200px;
    background-size: cover;
    bottom: -1px;
    left: 0;
}

.left-title-line:before {
    width: 3px;
    content: "";
    position: absolute;
    display: block;
    height: 85%;
    background: #5447F5;
    margin-left: -30px;
}

@media (min-width: 2460px) {
.top-wavebg:before {
    height:320px;
}
}
@media (max-width: 997px) {
.partners-headshot img {
 transform: translateX(-50%) translateY(-75%);
 max-width: 120px;
}
    .top-wavebg:before { height: 40px; }
}
