@media (max-width: 768px) {
    img.img-fluid.d-lg-none {
        width: inherit;
    }

    p.fs-4.mt-lg-4.mt-3.fw-medium.mb-5.pb-5.GeneralSansSemibold {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    section.interest-section {
        background-color: #EDFFDA !important;
    }

    .text-center.d-flex.justify-content-center.w-auto.d-lg-none.mx-4.my-4.py-2 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    }

    .display-3 {
        font-size: calc(2.525rem + 3.3vw) !important;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-4 {
        font-size: calc(2.525rem + 3.3vw) !important;
        font-weight: 300;
        line-height: 1.2;
    }

    ul.navbar-nav.ms-5.mt-2.mt-xl-0.gap-xl-5.gap-3.p-4.pxl-0 {
        margin-left: 0 !important;
    }

    img#arrowsg {
        max-height: 15rem;
        min-height: 14rem;
    }
}

@media only screen
  and (device-width: 428px)
  and (device-height: 926px)
  and (-webkit-device-pixel-ratio: 3) {
    /* Styles for iPhone 12 Pro Max and iPhone 14 Pro Max */

}

@media only screen
  and (device-width: 390px)
  and (device-height: 844px)
  and (-webkit-device-pixel-ratio: 3) {
}



.col-lg-6.d-flex.flex-column.justify-content-center.align-items-center.align-items-lg-start.p-5.text-center.text-lg-start {
    padding-left: 9% !important;
}
