.services_sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/customers_bg.jpg);
    background-attachment: fixed;
    width: 100%;
    height: 300px;
    background-position: left;
    margin-bottom: 50px;
}
.services_content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    line-height: 1;
    padding: 20px 0px;
}
.services_content {
    padding-top: 100px;
}
.services_rest_secs {
    margin-top: 50px;
}
.services_rest {
    margin-bottom: 30px;
}
.services_rest_boxes_content {
    margin-right: 20px;
    border: 1px solid #333;
    padding: 15px;
    width: 100%;
}
.services_rest_boxes .services_rest_boxes_content .customer_img {
    width: 100%;
    height: 250px;
}
.services_rest_boxes_content p {
    text-align: center;
    padding-top: 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.dozan_services_header_content h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.dozan_services_header_content h2:after {
    content: "";
    border-bottom: 2px solid #000;
    width: 50px;
    display: block;
    padding-top: 15px;
}


.dozan_services_header_content p {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

@media (max-width: 991px) {
    .services_content h1 {
    width: 70%;
}
}
