section#block-imagen-texto .wrapper {
    display: flex;
    border-radius: 16px;
    background: #FFE3D3;
    margin-bottom: 60px;
}

section#block-imagen-texto .wrapper .text-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

section#block-imagen-texto .wrapper .image-container {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

button.image_text__button {
    cursor: pointer;
    width: fit-content;
    height: 42px;
    margin-top: 8px;
    padding: 12px 20px 12px 20px;
    border: none;
    background: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 16px;
    display: flex;
    justify-content: space-around;
    align-items: initial;
    color: black;
}


h2.section-heading.image_text__heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

p.section-heading.image_text__subtitle {
    font-weight: 500;
    font-size: 16px;
    margin: 14px 0;
}

section#block-imagen-texto {
    padding-top: 77px;
}

button.image_text__button img {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

@media all and (min-width: 768px) {
    section#block-imagen-texto {
        margin-bottom: 170px;
    }
}

@media all and (max-width: 380px) {
    button.image_text__button.open-intercom-chat {
        font-size: 14px;
    }
}

@media all and (max-width: 400px) {
    button.image_text__button.open-intercom-chat {
        font-size: 15px;
    }
}

@media all and (max-width: 768px) {
    section#block-imagen-texto .wrapper {
        padding: 0;
        width: 90%;
    }

    p.section-heading.image_text__subtitle {
        text-align: center;
        font-size: 14px;
        margin: 16px;
    }

    section#block-imagen-texto .wrapper .image-container {
        display: none;
    }

    section#block-imagen-texto .wrapper .text-container {
        width: 100%;
        padding: 20px;
    }

    
    h2.section-heading.image_text__heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }

    button.image_text__button {
        width: 90%;
        margin: 16px auto;
    }

    button.image_text__button {
        justify-content: center;
    }

    button.image_text__button img {
        margin-right: 10px;
    }

    section#block-imagen-texto {
        padding-bottom: 12px;
    }

    section#block-imagen-texto {
        padding-top: 30px;
    }

    .rtl button.image_text__button img {
        margin-right: 0;
        margin-left: 10px;
    }
}