.quimatic-builder-component--imagem-destacada {
    border: 0;
    overflow: hidden;
    background: #ffffff;
}

.quimatic-builder-component--imagem-destacada .quimatic-builder-component__inner {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 64px 0 0;
}

.quimatic-highlight-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.quimatic-highlight-image__title {
    width: min(100%, 768px);
    padding: 0 24px;
    color: var(--black-quimatic, #0a0203);
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--Text-Sizes-Heading-3, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-align: center;
    text-transform: uppercase;
}

.quimatic-highlight-image__title > :first-child {
    margin-top: 0;
}

.quimatic-highlight-image__title > :last-child {
    margin-bottom: 0;
}

.quimatic-highlight-image__title p,
.quimatic-highlight-image__title h1,
.quimatic-highlight-image__title h2,
.quimatic-highlight-image__title h3,
.quimatic-highlight-image__title h4,
.quimatic-highlight-image__title h5,
.quimatic-highlight-image__title h6 {
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.quimatic-highlight-image__title strong,
.quimatic-highlight-image__title b {
    color: var(--quimatic, #ff4e00);
    font-weight: 600;
}

.quimatic-highlight-image__media {
    width: 100%;
    aspect-ratio: 1440 / 500;
    overflow: hidden;
    background: #f2f2f2;
}

.quimatic-highlight-image__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .quimatic-builder-component--imagem-destacada .quimatic-builder-component__inner {
        padding-top: 40px;
    }

    .quimatic-highlight-image {
        gap: 24px;
    }

    .quimatic-highlight-image__title {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.28px;
    }

    .quimatic-highlight-image__media {
        aspect-ratio: 16 / 9;
    }
}
