.bloque-superior-areac {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%
}

.texto-izquierda-areac {
    flex: 1;
    width: 70%!important;
    margin-top: 30px !important
}

.imagen-derecha-areac {
    text-align: center;
    width: 30%;
}

.imagen-derecha-areac img {
    width: 30%!important;
    height: auto;
    margin-bottom: 20px !important
}

.titulo-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem
}

.bold-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700
}

.highlight-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    color: #2bc46e
}

.lead-areac {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px!important
}

@media(max-width: 768px) {
    .bloque-superior-areac {
        flex-direction:column;
        text-align: center;
        margin-top: 3%!important;
    }

    .titulo-areac {
        font-size: 25px
    }

    .imagen-derecha-areac {
        text-align: center;
        width: 100%!important
    }

    .texto-izquierda-areac {
        flex: 1;
        width: 100%!important;
        text-align: left;
        font-size: 16px!important;
        margin-top: 120px !important
    }

    .imagen-derecha-areac img {
        width: 30%!important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px!important;
        margin-bottom: 25px !important;
    }

    .navigation-mobile__wrapper {
        display: none;
    }

    header.header nav {
        margin-top: 0px !important;
    }
}

section.sec.section.contentPage.richtexteditor {
    padding: 0!important
}
