.section-promos {
    margin-top: 20px;

    .promo-link {
        text-decoration: none !important;
        display: block;
        border-radius: 30px;
        overflow: hidden;
        outline: none;
        font-family: 'Poppins', sans-serif;
        color: inherit;
    }

    .promo-box {

        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
        color: #fff;
        transition: transform 0.3s ease;
        aspect-ratio: 1920/600;

    }

    .promo-link:focus .promo-box,
    .promo-link:hover .promo-box {
        transform: scale(1.02);
    }

    .testimonios {
        background-image: url('https://www.fraternidad.com/sites/default/files/boton%20testimonios%20compromiso/Fondo_testimonios.webp');
        color: #006b2c;
        justify-content: center;
        text-align: center;
    }

    .testimonios .text {
        font-weight: 400;
        font-size: 3rem;
        margin-right: 100px;
        font-family: 'Poppins', sans-serif;
    }

    .compromiso {
        background-image: url('https://www.fraternidad.com/sites/default/files/boton%20testimonios%20compromiso/Fondo_compromiso.webp');
        background-size: cover;
        background-position: center;
        text-align: center;
        color: #4a3a36;
    }

    .compromiso img {
        height: 120px !important;
        max-width: none !important;
        margin: 0 !important;
    }

    @media (max-width: 992px) {
        .compromiso img {
            height: 80px !important;
        }

        .testimonios .text {
            font-size: 2rem;
        }
    }

    @media (max-width: 768px) {

        .mb-4 {
            margin-bottom: 20px;
        }

        .testimonios .text {
            font-size: 2.5rem;
        }

        .compromiso img {
            height: 80px !important;
        }
    }
}

#block-muprespa-views-block-events-block-1-calendar > h2 {
	margin: 50px 0 40px !important;
}
