
@media all and (min-width: 768px) {
    .tabs{
        margin: 45px 0 70px;
    }
    .tabs-block {
        padding: 135px 0 35px;
    }
    .testimonial-section-developers.sub-tab-box {
        padding: 50px 0 0 0;
    }
    .tab-links,.sub-tab-links {
        margin: 0 12px;
    }

    .tab-links a, .sub-tab-links a{
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
    }
    .sub-tab-links{
        min-width: 90px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .tab-icons .icons {
        margin: 0 5px;
        min-width: 70px;
    }

    .content-wrap {
        padding: 40px 25px;
        border-width: 25px;
    }

    .content-wrap:after,
    .content-wrap:before {
        height: 25px;
    }

    .content-wrap:after {
        bottom: -25px;
    }

    .content-wrap::before {
        top: -25px;
    }
    .testimonial-section-developers.sub-tab-box .sub-tab-content .dev-wrap .content-wrap .cmn-cta{
        margin-bottom: 0px;
    }
    .container .tabs-block .container{
        padding: 0;
    }
}
@media all and (min-width: 992px) {
    .testimonial-section-developers.sub-tab-box .sub-tab-content .dev-wrap .content-wrap .contant-wrapper{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        text-align: left;
    }
    .testimonial-section-developers.sub-tab-box .sub-tab-content .dev-wrap .content-wrap .image-wrap{
        max-height: 270px;
        width: 100%;
        text-align: right;
        display: block;
    }
    .testimonial-section-developers.sub-tab-box .sub-tab-content .dev-wrap .content-wrap .image-wrap img{
        max-height: 270px;
    }
    .testimonial-section-developers.sub-tab-box .sub-tab-content .dev-wrap .col-6.contant-wrapper{
        width: 50%;
    }
}
@media all and (min-width: 1280px) {
    

    .get-started {
        padding: 65px 0;
    }

    .content-wrap {
        border: none;
        padding: 0;
    }

    .dev-wrap {
        padding: 10px 150px;
        border: 30px solid var(--orange);
        position: relative;
    }
.testimonial-section-developers.sub-tab-box .sub-tab-content .dev-wrap{
    padding: 35px 60px;
}
.testimonial-section-developers.sub-tab-box .sub-tab-content .dev-wrap .content-wrap{
    margin: 0 0 0px;
}

 .content-wrap:after,
    .content-wrap:before {
        display: none;
    }

    .dev-wrap:after,
    .dev-wrap:before {
        position: absolute;
        content: '';
        width: calc(100% - 160px);
        left: 0;
        right: 0;
        margin: auto;
        height: 30px;
        background: var(--light-gray);
    }

    .dev-wrap:after {
        bottom: -30px;
    }

    .dev-wrap:before {
        top: -30px;
    }

    .tab-links,.sub-tab-links {
        margin: 0 15px;
    }

    .content-wrap {
        border-width: 30px;
    }

    .content-wrap:after,
    .content-wrap:before {
        height: 30px;
    }

    .content-wrap:after {
        bottom: -30px;
    }

    .content-wrap::before {
        top: -30px;
    }
}