@media screen and (max-width: 1199px) {
    .strategic {
        width: 100%;
        border-radius: 0px;
        padding-top: 56px;
    }

    .strategic .row {
        flex-direction: column-reverse;
    }

    .strategic .col-lg-6,
    .score {
        width: 100%;

    }

    .strategic .col-lg-1{
        display: none;
    }

    .slide-bullet span:hover, .slide-bullet.active{
        height: auto;
    }
    .about-details.col-lg-5{
        width: 100%;
    }

}

@media (max-width: 888px) {
    .your-company .col-lg-6,
    .faq .col-lg-6 {
        width: 100%;
    }

    .faq {
        padding: 56px 0;
    }
}