@media(max-width:768px) {

    .hero-split {
        padding: 20px;
        display: block;
        flex-direction: column-reverse;
        display: flex;
    }

    .hero-left {
        padding-top: 30px;
    }

    .ib-strip {
        margin: auto;
        justify-content: center;
        display: flex;
        padding: 13px 0px;
    }

    .about-hero-photo img {
        width: 100%;
    }

    .ah-tag::before {
        display: none;
    }



    .ahq {
        width: 100%;
    }

    .ah-desc {
        max-width: 100%;
        text-align: center;
    }

    .ah-degree {
        text-align: center;
    }

    .about-hero-content h1 {
        text-align: center;
    }

    .about-hero-content {
        padding-top: 40px;
    }

    .ah-tag {
        text-align: center;

    }

    .about-hero-photo {
        padding-top: 100px;
    }

    .hero-left h1 {
        font-size: 28px;
        line-height: 44px;
        text-align: center;
    }

    .about-hero {
        display: block;
        padding: 20px;
    }

    .hero-dr-img {
        aspect-ratio: 4 / 4;
    }

    .hero-right {
        padding-top: 90px;
    }

    .hero-dr-name-tag {
        min-width: 290px;
    }

    .hero-dr-name-tag strong {
        font-size: 20px;
    }

    .hero-stats {
        display: none;
    }

    .hero-left .lead {
        text-align: center;
        margin: 10px 0;
    }

    .hero-dr-name-tag span {
        font-size: 14px;
    }

    .hs-sep {
        display: none;
    }

    .hero-btns {
        justify-content: center;
    }

    .hero-left .eyebrow {
        margin-bottom: 5px;
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .eyebrow::before {
        display: none;
    }
}