#single-servicios-otros .card-servicios {
    transition: all 0.3s ease;
    aspect-ratio: 1/1;
}

#single-servicios-otros .card-servicios.card-ultimo-servicio {
    transition: all 0.3s ease;
    aspect-ratio: 1/1;
}
#single-servicios-otros .card-servicios h3{
    color: var(--white)!important;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}
#single-servicios-otros .card-servicios:hover h3{
    color: var(--primary)!important;
    margin-bottom: 3rem;
    transition: all 0.3s ease;
}

#single-servicios-otros .overlay-servicios-inicio {
    /* background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(79, 72, 66, 0.7) 50%); */
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: 0.3s all ease-out;
}

/* #single-servicios-otros .overlay-servicios-fin {
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 7%, rgba(244, 144, 29, 0.8) 64%);
    opacity: 0;
    transition: 0.3s all ease-out;
} */

/* #single-servicios-otros .card-servicios h2, #single-servicios-otros .card-servicios h3 {
    transition: all 0.3s ease;
    font-family: 'DINNextLTPro Regular';
}
  
#single-servicios-otros .card-servicios:hover h2, #single-servicios-otros .card-servicios:hover h3 {
    transition: all 0.3s ease;
    font-family: 'DINNextLTPro Bold';
}

#single-servicios-otros .card-servicios:hover .overlay-servicios-inicio {
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 7%, rgba(79, 72, 66, 0.7) 64%);
    opacity: 0;
    transition: 0.3s all ease-out;
}

#single-servicios-otros .card-servicios:hover .overlay-servicios-fin {
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 7%, rgba(244, 144, 29, 0.8) 64%);
    opacity: 1;
    transition: 0.3s all ease-out;
} */



@media (max-width: 576px)
{

    #single-servicios-otros .card-servicios {
        transition: all 0.3s ease;
        aspect-ratio: 2/1;
    }

    #single-servicios-otros .card-servicios.card-ultimo-servicio {
        transition: all 0.3s ease;
        aspect-ratio: 2/1;
    }

}

@media  (min-width: 577px) and (max-width: 767px)
{

    #single-servicios-otros .card-servicios {
        transition: all 0.3s ease;
        aspect-ratio: 2/1;
    }

    #single-servicios-otros .card-servicios.card-ultimo-servicio {
        transition: all 0.3s ease;
        aspect-ratio: 2/1;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{

    #single-servicios-otros .card-servicios {
        transition: all 0.3s ease;
        aspect-ratio: 2/1;
    }

    #single-servicios-otros .card-servicios.card-ultimo-servicio {
        transition: all 0.3s ease;
        aspect-ratio: 2/1;
    }

}

