.first_fold {
    background: 0 0
}

.first_fold .distribution h4 {
    color: #282828;
    position: relative
}

.distribution h4:after {
    position: absolute;
    content: "";
    width: 102px;
    height: 8px;
    background: url(../../images/duke-img/partner-line.png) no-repeat;
    left: 2px;
    top: 43px
}

.testimonial_section {
    background: url(../../images/duke-img/resource/orgi-back.webp) no-repeat;
    text-align: center;
    padding-top: 94px;
    padding-bottom: 94px;
    background-size: cover;
    background-attachment: fixed
}

.testimonial_section h4 {
    font-size: 40px;
    margin: 0;
    font-weight: 800;
    color: #fff
}

.testimonial_section p {
    color: #fff
}

@media (max-width:991px) {
    .distribution h4:after {
        position: absolute;
        content: "";
        width: 102px;
        height: 8px;
        background: url(../../images/duke-img/partner-line.png) no-repeat;
        left: 3px;
        top: 50px
    }
    .distribution img {
        display: none
    }
}

@media (max-width:575px) {
    .distribution h4 {
        font-size: 25px;
    }
    .distribution p {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media (max-width:383px) {
    .distribution h4 {
        font-size: 22px;
    }
}

@media (max-width:345px) {
    .distribution h4 {
        font-size: 18px;
    }
}