.container-widget-hcor-text-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    width: 100%;
}

.container-widget-hcor-text-image .hcor-text-image-visual {
    /* width: 519px;
    height: 499px; */
    position: relative;
}

.container-widget-hcor-text-image .hcor-text-image-masked-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-widget-hcor-text-image.hcor-image-position-right {
    flex-direction: row-reverse;
}

.container-widget-hcor-text-image .hcor-text-image-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.container-widget-hcor-text-image.hcor-width-default .hcor-text-image-content {
    max-width: 544px;
}

.container-widget-hcor-text-image.hcor-width-large .hcor-text-image-content {
    max-width: 594px;
}

.container-widget-hcor-text-image .hcor-text-image-eyebrow-wrapper {
    display: flex;
    align-items: center;
    gap: 8.5px;
    margin-bottom: 10px;
}

.container-widget-hcor-text-image .hcor-text-image-eyebrow-icon {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-widget-hcor-text-image .hcor-text-image-eyebrow-line {
    width: 16px;
    height: 1px;
    background-color: #e71861;
    border-radius: 2px;
}

.container-widget-hcor-text-image .hcor-text-image-eyebrow-text {
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.0672px;
    margin: 0;
}

.container-widget-hcor-text-image .hcor-text-image-title {
    color: #424242;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 16px 0;
}

.container-widget-hcor-text-image .hcor-text-image-body {
    color: #5f5c6b;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.816px;
    margin-bottom: 16px;
}

.container-widget-hcor-text-image .hcor-text-image-body p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.container-widget-hcor-text-image .hcor-text-image-body p:last-child {
    margin-bottom: 0;
}

.container-widget-hcor-text-image .hcor-text-image-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.container-widget-hcor-text-image .hcor-text-image-button {
    background-color: #c51b53;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 72px;
    gap: 12px;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.container-widget-hcor-text-image .hcor-text-image-button:hover {
    background-color: #a41645;
}

.container-widget-hcor-text-image .hcor-text-image-button-text {
    color: #ffefe5;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.container-widget-hcor-text-image .hcor-text-image-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffefe5;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .container-widget-hcor-text-image {
        padding: 0 16px;
    }

    .container-widget-hcor-text-image,
    .container-widget-hcor-text-image.hcor-image-position-right {
        flex-direction: column;
        gap: 32px;
    }

    .container-widget-hcor-text-image .hcor-text-image-visual {
        width: 100%;
        height: auto;
    }

    .container-widget-hcor-text-image .hcor-text-image-content,
    .container-widget-hcor-text-image.hcor-width-default .hcor-text-image-content,
    .container-widget-hcor-text-image.hcor-width-large .hcor-text-image-content {
        max-width: 100%;
    }

    .container-widget-hcor-text-image .hcor-text-image-eyebrow-text {
        font-size: 12px;
    }

    .container-widget-hcor-text-image .hcor-text-image-title {
        font-size: 24px;
    }

    .container-widget-hcor-text-image .hcor-text-image-body {
        font-size: 16px;
    }
}