
.service-banner{
    height:750px;
    margin-top: 50px;
}
.service-text-header,.service-text-para{
    width: 50%;
    margin: 0 auto;
}
.service-text-header{
    font-family: "Libre Bodoni", serif;

}
.service-text-para{
    font-family: "Poppins", serif;
}

.text-section{
    margin-top: 100px;

}
.text-section h5{
    font-family: "Libre Bodoni", serif;
    font-weight: 600;
}
.momentos-card{
height: 650px;
}
@media (max-width: 767px) {
    .service-banner{
        height:400px;
        width: 100%;
        margin-top: 70px;
    }
   .service-banner img{
    height:400px;
    width: 100%;
   }
  
    .service-text-header,.service-text-para{
        width: 90%;
        padding: 10px;
        margin: 0 auto;
    }
    .service-text-header{
        text-align: center;
    }
    .momentos-card{
        height: 400px;
        }
   .momentos-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   }     
}