.modular {

    padding: 5% 0;

    background: center center no-repeat;

    background-size: cover;

}

.lhl_but{display: none;}
.lhl_but div{background: none;width: 60px;height: 60px;background: #fdfdfd;border-radius: 100%;text-align: center;margin-top: 0px;font-size: 22px;line-height: 60px;color: #15101d;transition: all .3s;
box-shadow: 0 0 10px rgba(0,0,0,0.4);font-weight: bold;top: 50%; transform: translate(0,-50%);}
.lhl_but div.swiper-button-prev{left: 23.5%;}
.lhl_but div.swiper-button-next{right: 23.5%;}


.modular .title {

    margin-bottom: 0.5em;

}



.modular .button {

    margin-top: 3em;

}



.modular .button a {

    font-size: 14px;

    padding: 0.8em 2.5em;

    background: #b8120d;

    display: inline-block;

    color: #fff;

}



.modular .button a:hover {

    opacity: 0.7;

    color: #fff !important;

}



@media only screen and (max-width:767px) {
.lhl_but div{width: 30px;height: 30px;line-height: 30px;top: 30%;}
.lhl_but div.swiper-button-prev{left: 0;}
.lhl_but div.swiper-button-next{right: 0;}
}