.approach-small-heading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    text-transform: uppercase;
    color: #5000A0;
    padding-left: 5%;
}

.approach-heading h3 {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    /* or 125% */
    text-transform: uppercase;
    color: #5000A0;
    padding-left: 5%;
}

.approach-body-heading p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #2B2B2B;
}

.approach-body-content p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    color: #2B2B2B;
}

.approach-mobile-section p {
    margin-bottom: 0;
}

.approach-mobile-section {
    margin-top: 250px;
}

.approach-heading {
    padding-top: 70px;
}

.approach-body-heading {
    padding-top: 50px;
}

.approach-body p {
    margin-bottom: 30px;
}

.mh1 {
    height: 400px;
    width: 100%;
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    left: 0px;
}

.mh2 {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mh3 {
    position: absolute;
    left: -50%;
    top: 70px;
    display: block;
    z-index: -55;
}

.mh3 img {
    width: 375px;
}

@media only screen and (min-width: 992px) {
    .hb1 {
        height: 650px;
        width: 100%;
        position: absolute;
        overflow-x: visible;
        overflow-y: visible;
        left: 0px;
    }
    .hb2 {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .hbanimation {
        position: absolute;
        left: -10%;
        top: -150px;
        display: block;
        z-index: -45;
    }
    .approach-small-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
        /* or 150% */
        text-transform: uppercase;
        color: #5000A0;
        margin-bottom: 0;
    }
    .approach-heading h3 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        /*font-size: 76px;*/
        font-size: 60px;
        line-height: 146px;
        /* or 192% */
        text-align: right;
        text-transform: uppercase;
        color: #5000A0;
        margin-bottom: 0;
        position: relative;
        /*animation-duration: 4s;*/
        /*animation-name: lefttoright;*/
        /*animation-direction: normal;*/
        opacity: 0;
        transition: all 0.9s;
    }
    .approach-heading-animate {
        opacity: 1 !important;
    }
    @keyframes lefttoright {
        0% {
            opacity: 0.0;
            left: -100px;
        }
        100% {
            opacity: 1.0;
            left: 0px;
        }
    }
    .approach-body-heading p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
        color: #2B2B2B;
    }
    .approach-body-content p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #2B2B2B;
    }
    .approach-heading-and-body {
        padding-top: 40px;
    }
    .approach-body-heading,
    .approach-heading {
        padding-top: 0px;
    }
    .approach-body {
        padding-top: 40px;
    }
    /*.approach-body p {*/
    /*    margin-bottom: 30px;*/
    /*}*/
    .approach-heading-body-row {
        gap: 50px;
    }
    .approach-small-heading .col {
        padding-left: 40px;
    }
}