.hero__academic .grid2x1::before {
    background-image: none !important;
}

@media (min-width: 62.5rem) {
    .headline-item:nth-of-type(1) {
        transform: translateY(-100%);
    }
    
    .headline-item:nth-of-type(2) {
        transform: translateY(0px);
    }
    
    .headline-item:nth-of-type(3) {
        transform: translateY(100%);
    }
    
    .headline-item:nth-of-type(4) {
        transform: translateY(200%);
    }
}

@media (min-width: 62.5rem) {
    .tapstory__wrapper {
        display: flex;
        height: 63vh !important;
        min-height: 350px;
    }
}

@media (min-width: 62.5rem) {
    .tapstory__content--title {
        padding-top: 20vh;
    }
}

@media (min-width: 62.5rem) {
    .tapstory__content--headline {
        padding-top: 20vh;
    }
}

@media (min-width: 62.5rem) {
    .hero__academic--left {
        align-self: flex-end;
        padding: 2rem 2rem 6rem 2rem;
    }
}

@media (min-width: 62.5rem) {
    .hero__academic .hero__CTA {
        position: absolute;
        bottom: 5px !important;
        left: 235px !important;
    }
}