.container-widget-hcor-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    align-items: flex-start;
}

.container-widget-hcor-text .hcor-text-left {
    display: flex;
    flex-direction: column;
    max-width: 385px;
    gap: 32px;
}

.container-widget-hcor-text .hcor-text-eyebrow-wrapper {
    display: flex;
    align-items: center;
    gap: 8.5px;
}

.container-widget-hcor-text .hcor-text-eyebrow-icon {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-widget-hcor-text .hcor-text-eyebrow-line {
    width: 16px;
    height: 1px;
    background-color: #e71861;
}

.container-widget-hcor-text .hcor-text-eyebrow {
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1.0672px;
}

.container-widget-hcor-text .hcor-text-title {
    color: #424242;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.container-widget-hcor-text .hcor-text-right {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.container-widget-hcor-text .hcor-text-right-width-default {
    max-width: 730px;
}

.container-widget-hcor-text .hcor-text-right-width-large {
    max-width: 830px;
}

.container-widget-hcor-text .hcor-text-description {
    color: #5f5c6b;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.816px;
}

.container-widget-hcor-text .hcor-text-description p:last-child {
    margin-bottom: 0;
}

.container-widget-hcor-text .hcor-text-description strong {
    font-weight: 600;
}

@media (max-width: 1024px) {
    .container-widget-hcor-text {
        flex-direction: column;
        gap: 32px;
        padding: 0 16px;
    }

    .container-widget-hcor-text .hcor-text-eyebrow {
        font-size: 12px;
    }

    .container-widget-hcor-text .hcor-text-title {
        font-size: 24px;
    }

    .container-widget-hcor-text .hcor-text-description {
        font-size: 16px;
    }

    .container-widget-hcor-text .hcor-text-left {
        gap: 16px;
    }

    .container-widget-hcor-text .hcor-text-left {
        max-width: 100%;
    }

    .container-widget-hcor-text .hcor-text-right,
    .container-widget-hcor-text .hcor-text-right-width-default,
    .container-widget-hcor-text .hcor-text-right-width-large {
        max-width: 100%;
    }
}