.top_inner_block_wrapper{
    padding-bottom: 0;
}
.section_block{
    background-color: #f9f9f9;
    position: relative;
}
.section_block::before{
    content: ''; 
    position: absolute;
    top: 0;
    left: 50%; 
    transform: translateX(-50%); 
    width: 99vw; 
    height: 100%; 
    background-color: #f9f9f9;
    z-index: -1;
}
.section_block .sections_wrapper{
    padding-bottom: 40px;
}
.image_wrapper_block img{
    position: static;
    width: 100%;
    height: auto;
}
.image_wrapper_block, .image_wrapper_block a{
    height: 100%;
}
div.item-title a, div.item-title a span{
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #383838;
    text-transform: lowercase;
}
.item-title{
    margin-bottom: 5px;
}
.sa_block{
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #383838;
}