.container-widget-hcor-history {
    display: flex;
    flex-direction: column;
    gap: 56px;
    align-items: center;
    width: 100%;
}

.container-widget-hcor-history svg {
    display: block;
}

@media (max-width: 768px) {
    .container-widget-hcor-history {
        padding: 0 20px;
    }
}

.container-widget-hcor-history .hcor-history-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 768px) {
    .container-widget-hcor-history .hcor-history-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}

.container-widget-hcor-history .hcor-history-top-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 542px;
    max-width: 100%;
}

.container-widget-hcor-history .hcor-history-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 8.5px;
}

.container-widget-hcor-history .hcor-history-subtitle-icon {
    width: 12px;
    height: 12px;
}

.container-widget-hcor-history .hcor-history-subtitle-line {
    background: #e71861;
    height: 2px;
    width: 16px;
    border-radius: 2px;
}

.container-widget-hcor-history .hcor-history-subtitle-text {
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.06px;
    line-height: 1.2;
}

.container-widget-hcor-history .hcor-history-title {
    color: #424242;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

@media (max-width: 768px) {
    .container-widget-hcor-history .hcor-history-title {
        font-size: 28px;
    }
}

.container-widget-hcor-history .hcor-history-top-right {
    width: 615px;
    max-width: 100%;
}

.container-widget-hcor-history .hcor-history-desc {
    color: #5f5c6b;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin: 0;
}

.container-widget-hcor-history .hcor-history-grid {
    width: 100%;
}



@media (min-width: 1025px) {
    .container-widget-hcor-history .hcor-history-grid.swiper {
        overflow: visible;
    }

    .container-widget-hcor-history .hcor-history-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .container-widget-hcor-history .hcor-history-grid-wrapper {
        display: contents;
    }

    .container-widget-hcor-history .swiper-pagination {
        display: none;
    }
}

@media (max-width: 1024px) {
    .container-widget-hcor-history .hcor-history-grid {
        display: block;
        padding-bottom: 40px;
    }

    .container-widget-hcor-history .hcor-history-grid-wrapper {
        display: flex;
    }

    .container-widget-hcor-history .hcor-history-card {
        height: auto;
    }

    .container-widget-hcor-history .swiper-pagination {
        display: flex;
        justify-content: center;
        gap: 8px;
        bottom: 0 !important;
    }

    .container-widget-hcor-history .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #D9D9D9;
        opacity: 1;
        margin: 0 !important;
    }

    .container-widget-hcor-history .swiper-pagination-bullet-active {
        background: #E71861;
        width: 24px;
        border-radius: 4px;
    }
}

.container-widget-hcor-history .hcor-history-card {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    background: #fbf8f3;
}

.container-widget-hcor-history .hcor-history-card-image {
    width: 260px;
    height: 360px;
}

@media (max-width: 768px) {
    .container-widget-hcor-history .hcor-history-card {
        flex-direction: column;
    }

    .container-widget-hcor-history .hcor-history-card-image {
        width: 100%;
        height: 360px;
    }

    .container-widget-hcor-history .hcor-history-card-image img {
        object-position: top center;
    }
}

.container-widget-hcor-history .hcor-history-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.container-widget-hcor-history .hcor-history-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 32px;
}

.container-widget-hcor-history .hcor-history-card-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container-widget-hcor-history .hcor-history-card-name-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-widget-hcor-history .hcor-history-card-name {
    color: #282828;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.container-widget-hcor-history .hcor-history-card-line {
    background: #e71861;
    height: 2px;
    width: 16px;
    border-radius: 2px;
}

.container-widget-hcor-history .hcor-history-card-period {
    color: #3e3e59;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.container-widget-hcor-history .hcor-history-card-desc {
    color: #5f6980;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}