.bannerSection{
    min-height: 60vh;
    background: white;
    background: url(../../../ASSETS/IMG/services/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
 
.bannerMask{
    min-height: 60vh;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    width: 100%;
} 

.bannerSection .bannerTitle{
    font-size: 20px;
    color: black;
    background: white;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    letter-spacing: 0px;
    top: 200px;
    border-radius: 5px;
    font-family: 'montserrat-bold';
}
 

.sectionServices{
    text-align: center;
    background: #a3c7ff;
}

.sectionServices label.title{
    font-size: 35px;
    font-family: 'montserrat-bold';
    color: black;
    line-height: 1.3;
    margin-bottom: 20px;
}
.sectionServices p.desc{
    font-size: 16px;
}

.sectionServices .servicesDiv{   
    background: white;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.sectionServices .servicesDiv .fotorama{
    min-height: 250px;
}

.sectionServices .servicesDiv img{  
    border-radius: 10px !important; 
}

.sectionServices .servicesDiv h3.title{ 
    font-size: 25px;
    font-family: 'montserrat-bold';
    margin-bottom: 20px;
    color: #072366;
}

.sectionServices .servicesDiv .desc{     
    font-size: 14px;
    color: #64676c;
    margin-bottom: 30px;
    min-height: 120px;
}

.sectionServices .servicesDiv a{ 
    background: #1d3bcf;
    color: white;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 12px;
    font-family: 'montserrat-medium';
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sectionServices .servicesDiv a:hover,
.sectionServices .servicesDiv a:focus{
    background: #072366; 
} 
