@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media only screen and (max-width: 770px) {}

@media only screen and (max-width: 600px) {
    .get_started .bg_2 .get_img_wrap {
        margin-top: 35px;
    }

    .test_card {
        flex: 0 0 75%;
    }

    .services-section #fixedPosition{
        display: none;
    }

    .work-description,.work-accordion-button{
        padding-left: 10px !important;
    }
}