.encart{padding-bottom:150px;}
.encart > .container{overflow:hidden;}
.encart .row .encart-item{font-family: 'Mada', sans-serif;}
.encart .row .encart-item img{width:100%;}
.encart .row .encart-item ul{position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.encart .row:nth-child(3n+1) .encart-item ul{background-color:rgba(0, 79, 117, 0.8);}
.encart .row:nth-child(3n+2) .encart-item ul{background-color:rgba(32, 32, 32, 0.8);}
.encart .row:nth-child(3n) .encart-item ul{background-color:rgba(60, 114, 0, 0.8);}
.encart .row .encart-item h6{font-size:27px;color:#fff;text-transform:uppercase;font-weight:300;padding-bottom:30px;margin:0;}
.encart .row .encart-item h6 strong{font-weight:500;}
.encart .row .encart-item a{color:#bfbfbf;font-size:12px;text-transform:uppercase;display:inline-block;padding-top:20px;border-top:1px solid #bfbfbf;}
.encart .row .encart-item a:hover{color:#fff;}

@media screen and (max-width:991px){
.encart{padding-bottom:70px;}
.encart .row .encart-item{height:200px;}
}
@media screen and (max-width:400px){
.encart .row .encart-item{height:150px;}
}



