@media (min-width: 2500px) and (max-width: 3840px) {
    .innerBanner h1 {
        font-size: 6.75rem;
    }
    h3{
        font-size: 54px;
    }
    p, .story .stepbox .content p{
        font-size: 28px;
    }
    ul li{
        font-size: 28px;
    }
    .experience2 h2{
        font-size: 20vh;
    }
    .experience2 strong{
        font-size: 34px;
    }
    #gapSolution img{
        width: 100%;
    }
    .story h2 {
    font-size: 80px;
}
.story .stepbox .content h3{
    font-size: 46px;
}
.story .stepbox .roundPic::before {
    top: -150px;
    height: 181px;
}
.story .flex-row-reverse.stepbox .roundPic::after {
    width: 42px;
        height: 190px;
        top: -155px;
}
}

@media screen and (max-width: 991px) {
    .p-v-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .innerBanner h1 {
        font-size: 2.75rem;
    }

    h3 {
        font-size: 28px;
    }

    p {
        font-size: 17px;
    }

    .topManaged .row.main {
        flex-direction: column-reverse;
    }

    .topManaged .row.main .col-md-6 {
        width: 100%;
    }

    .story .stepbox {
        flex-direction: column !important;
    }

    .stepbox .content {
        width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center;
        margin-top: 15px !important;
    }

    .stepbox .content h3 {
        right: 0 !important;
        left: 0 !important;
        text-align: center;
    }

    .story .stepbox .roundPic {
        margin-top: 45px;
    }

    .story .flex-row-reverse.stepbox .roundPic::after,
    .story .stepbox .roundPic::before {
        display: none;
    }

    .story .stepbox .roundPic img {
        height: 180px;
        width: 180px;
    }

    footer .logo img {
        width: 25%;
    }
}

@media screen and (max-width: 575px) {
    .secgap img.roundpic {
        height: 250px;
        object-fit: cover;
        object-position: top center;
    }

    #gapSolution .solutionbox {
        padding: 30px 30px 0;
    }

    .secgap .experience2 {
        height: 200px;
        margin-bottom: 25px;
    }

    #gapSolution {
        padding: 50px 15px;
    }

    #gapSolution img {
        border-radius: 10px 10px 0 0;
    }

    .story h2 {
        font-size: 36px;
    }

    .story .stepbox .content h3 {
        font-size: 24px;
    }

    .story .stepbox .content h2 {
        font-size: 20vw;
    }
    .story .stepbox .content p {
    font-size: 16px;
}
}

body{
    background-color: unset;
    color: unset;
}