section.banner-skill-section {
    padding: 90px 0 80px;
}

.button-wrap a {
    background-color: #3B8F90;
    font-size: 16px;
    padding: 10px 28px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    border-radius: 4px;
    transition: all .3s;
}

.button-wrap a:hover {
    background-color: #208182;
    border-color: #208182;
    color: #fff;
}

.images.opt200.layout-11 {
    text-align: right;
    position: relative;
    padding-top: 200px;
}

.images.layout-11 .img01 {
    max-width: 400px;
}

.images.layout-11 .img02 {
    position: absolute;
    right: -13%;
    bottom: -17%;
}

.images.layout-11 .img03 {
    position: absolute;
    right: -100px;
    bottom: -4%;
    width: 50vw;
    max-width: 56vw;
}

.images.layout-11 .img04 {
    position: absolute;
    width: 6%;
    left: -6%;
    top: 6%;
}

.images.layout-11 .img05 {
    position: absolute;
    width: 8%;
    left: -4%;
    bottom: 16%;
}

.images.layout-11 img {
    width: auto;
}

.block-social {
    margin-top: 40px;

}

.block-social img {
    width: auto;
    max-width: 320px;
}

.skill-based-assessment-page .inner-section-bg {
    background: #F7B538;
    padding: 60px;
    border-radius: 10px;
}

.skill-based-assessment-page section.section.background-dark.impact-section-yellow.skill-counter {
    background: transparent;
    padding: 0;
}

.skill-based-assessment-page .inner-section-bg .counter-box {
    border-right: 1px solid #111;
}

.skill-based-assessment-page .inner-section-bg .col-lg-4:last-child .counter-box {
    border-right: none;
}

.skill-based-assessment-page .inner-section-bg .counter-box svg {
    right: 70px;
}

.skill-based-assessment-page .inner-section-bg .counter-box .title {
    font-size: 18px;
    line-height: 1.44;
    font-weight: 500;
}

.pdr50 {
    padding-right: 50px;
}

.images.layout-10 .inner {
    max-width: 460px;
    margin: 0 auto;
    position: relative;
}

.images.layout-10 .img13 {
    width: 87%;
    position: absolute;
    top: 9%;
    left: 7%;
    z-index: -1;
}

.section-2 .heading {
    margin-bottom: 0;
}

h2.heading-title.size-l.margin-top {
    margin-top: 30px;
}

@media(max-width:1200px) {
    section.banner-skill-section {
        padding: 40px 0 80px;
    }
}

@media(max-width:992px) {
    section.banner-skill-section {
        padding-top: 80px;
    }

    .images.layout-11 .img01 {
        max-width: 300px;
    }

    .images.opt200.layout-11 {
        padding-top: 110px;
    }

    .skill-based-assessment-page .inner-section-bg .counter-box .number {
        font-size: 32px;
    }

    .skill-based-assessment-page .inner-section-bg .row {
        justify-content: center;
    }

    .pdr50 {
        padding: 0;
        margin-bottom: 50px;
    }

    .lg-order-1 {
        order: 1;
    }

    .lg-order-2 {
        order: 2;
    }
}

@media(max-width:767px) {
    .skill-based-assessment-page .inner-section-bg .col-lg-4 .counter-box {
        border: 0;
    }

    .skill-based-assessment-page .inner-section-bg .row .col-lg-4.col-6 {
        width: 100%;
    }

    .images.layout-11 .img04 {
        top: 10%;
        left: 0;
    }

}

@media(max-width:480px) {
    .images.layout-11 .img03 {
        top: 50px;
        width: auto;
        max-width: 100%;
    }

    .images.layout-11 .img01 {
        max-width: 180px;
    }

    .block-social img {
        max-width: 100%;
    }

    .skill-based-assessment-page .inner-section-bg .counter-box svg {
        right: 0;
    }

}