img {
    border-radius: 25px;
    object-fit: cover;
    background-repeat: no-repeat;
}


.section-specific{
    place-content: center;
    min-height: 55vh;
    background-image: url('../../../../public/assets/images/banners/SERVICIOS.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}