.visite{
    height: 500px;
    
}
@media only screen and (max-width: 767px) {
    .visite{
        height: 390px;
    }


}

.section-title{
    text-align: center;
}