.section {width: 100%;}
.section-container{max-width: 1140px; }

.row-section{ width: 100%; margin: 4% 0;}

.section-title{
    color:#6D9DC5;
    font-size:24px;
    font-family: monserrat-bold;
    display: table;
}

.slick-prev{
    background:url('../images/arrow-left.png') no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
}
.slick-prev:hover, .slick-prev:focus{
    background:url('../images/arrow-left.png') no-repeat;
    background-size: 100%;
}
.slick-prev:before{content: none;}

.slick-next{
    background:url('../images/arrow-right.png') no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
}
.slick-next:hover, .slick-next:focus{
    background:url('../images/arrow-right.png') no-repeat;
    background-size: 100%;
}
.slick-next:before{content: none;}

