.service-box {
    background-color: #fff;
    transition: all 0.3s ease;
    padding: 20px 25px;
    border: 1px solid #eee;
    min-height: 225px;
}

.service-box:hover {
    background-color: #0c5495;
    color: #fff;
}

.service-box:hover img {
    transform: scale(1.1);
}

.icon img {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
}

.service-box p {
    color: #5b5b5b;
}

.fs-14{
    font-size: 14.5px;
}

.service-box:hover h6,
.service-box:hover p {
    color: #fff !important;
}

.img-responsive-custom {
    position: static; /* Comportamiento por defecto en móvil */
    width: 85%;
}

.bg-about{
    min-height: 51vh;
    padding: 2rem;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-image: url("/assets/img/about/about-us-cover.png");
}

@media (min-width: 768px) {
    .img-responsive-custom {
        position: absolute;
        width: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.services-container {
    padding: 2rem;
}
