.container-widget-hcor-section-button-doe {
    background-color: #e71861;
    background-image: url('../images/bg-doe-1.svg'), url('../images/bg-doe-2.svg');
    background-repeat: no-repeat;
    background-position: top left, top right;
    position: relative;
    width: 100%;
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.container-widget-hcor-section-button-doe .widget-hcor-section-button-doe-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.container-widget-hcor-section-button-doe .widget-hcor-section-button-doe-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.container-widget-hcor-section-button-doe .widget-hcor-section-button-doe-content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.container-widget-hcor-section-button-doe .widget-hcor-section-button-doe-link {
    background-color: #fff1e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 96px;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.container-widget-hcor-section-button-doe .widget-hcor-section-button-doe-link:hover {
    background-color: #fae1d2;
    transform: translateY(-2px);
}

.container-widget-hcor-section-button-doe .widget-hcor-section-button-doe-text {
    color: #a20f43;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .container-widget-hcor-section-button-doe {
        background-image: url('../images/bg-doe-3.svg');
        background-position: top right;
    }

    .container-widget-hcor-section-button-doe .widget-hcor-section-button-doe-link {
        padding: 16px 48px;
        width: 100%;
        box-sizing: border-box;
    }
}