.sostenibilidad-smart-section h4, p {
    margin-bottom: 0 !important;
}

.sostenibilidad-smart-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
    align-self: stretch;

    margin-bottom: 60px;
}

.sostenibilidad-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}

.sostenibilidad-text-container .subtitle p {
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);

    /* Titles/Title H6/Regular */
    font-family: "Encode Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
}

.sostenibilidad-text-container .title p {
    color: var(--Complementary-Colors-Green-00, #69BE28);

    /* Titles/Title H4/Bold */
    font-family: "Encode Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
}

.sostenibilidad-text-container .title p strong {
    color: var(--Brand-Colors-Turquoise-00, #00AEC7);
    font-weight: 700;
}

.sostenibilidad-text-container p {
    color: var(--Brand-Colors-Blue-00, #1B365D);

    /* Paragraphs/Normal/Body-Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

@media (max-width: 768px) {

    .sostenibilidad-smart-section {
        padding: 40px 15px 0 15px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 10px;
    }

    .sostenibilidad-smart-section img {
        width: 100%;
        height: auto;
    }

    .sostenibilidad-text-container {
        width: 100%;
        align-items: center;
    }

    .sostenibilidad-text-container .subtitle p {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .sostenibilidad-text-container .title p {
        text-align: center;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
    }

    .sostenibilidad-text-container p {
        max-width: 344px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

}