.service-item-container {
    width: 100%;
    height: 350px; /* Ajusta el alto como lo necesites */
    overflow: hidden;
    position: relative;
}

.service-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Recorta y mantiene proporción */
    object-position: center; /* Centra la imagen */
}
