.why_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;
}
.why_content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    width: 32%;
    margin: 0 auto;
    text-align: center;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    line-height: 1;
    padding: 20px 0px;
}

.why_content {
    padding-top: 100px;
}


.why_dozan_rest_secs {
    display: inline-flex;
}
.why_dozan_rest_secs:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}
.why_rest_secs_imgs .why_dozan_secs_imgs {
    width: 100%;
}
.why_dozan_rest .why_dozan_rest_secs:nth-child(2n) .why_rest_secs_content {
    padding-left: 0;
}
.why_rest_secs_content {
    padding-left: 40px;
}
.why_rest_secs {
    border-top: 2px solid #eee;
    padding-top: 80px;
}
.why_rest_secs_content {
    width: 50%;
    margin-top: 5%;
}
.why_rest_secs_imgs {
    width: 50%;
}
.why_rest_secs_content h1 {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    margin-bottom: 35px;
}

.why_rest_secs_content p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0;
}


@media (max-width: 991px) {
    .why_content h1 {
        width: 100%;
    }
    .why_dozan_rest_secs {
        display: block;
    }
    .why_dozan_rest_secs:nth-child(2n) {
        display: block;
    }
    .why_rest_secs_content h1 {
        margin: 20px 0px;
    }
    .why_dozan_rest_secs {
        margin-bottom: 30px;
    }
}
