* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.s {
    position: relative;
    margin-top: -5px;
}

.s1 {
    margin: 0;
}

.s_cont {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.s_col {
    display: flex;
    flex-direction: column;
}

.s_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.s_row_rew {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
}

.s_block_size {
    width: 100%;
    max-width: 650px;
    padding: 0 15px;
}

/***********/
/***********/
/***********/


.bg,
.b {
    width: 100%;
}

.s_cont_block {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 1111px;
    text-align: center
}

.w_block {
    color: #fff
}

.title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.descr {
    font-size: 21px;
}






/***********/
/***********/
/***********/
@media screen and (max-width: 1024px) {
    .s_cont_block {
        position: initial;
        transform: none;
        margin: 15px 0;
    }
    .w_block {
    color: #000
}
    
    .title {
    font-size: 22px; 
}

.descr {
    font-size: 18px;
}

}
