.acca-hero-section {
    position: relative;
    overflow: hidden;
    min-height: 510px;
    padding: 100px 0;
    background-color: #c0c0c0;
    background-image: var(--acca-hero-bg);
    background-size: cover;
    background-position: center;
}

.acca-hero-section__container {
    display: grid;
    grid-template-columns: minmax(0, 533.33px);
    gap: 0;
    align-items: center;
    min-height: 309px;
    padding-top: 1px;
}

.acca-hero-section__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin-bottom: 20px;
    color: #7473c0;
    font-size: 14px;
    line-height: 1.5;
}

.acca-hero-section__breadcrumb-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.acca-hero-section__breadcrumb-home svg {
    display: block;
}

.acca-hero-section__breadcrumb-separator {
    margin: 0 8px;
    color: #7473c0;
}

.acca-hero-section__breadcrumb-item {
    color: #7473c0;
    font-weight: 400;
}

a.acca-hero-section__breadcrumb-item {
    cursor: pointer;
}

a.acca-hero-section__breadcrumb-item:hover,
a.acca-hero-section__breadcrumb-item:focus,
a.acca-hero-section__breadcrumb-item:active,
.acca-hero-section__breadcrumb a.acca-hero-section__breadcrumb-item:hover,
.acca-hero-section__breadcrumb a.acca-hero-section__breadcrumb-item:focus,
.acca-hero-section__breadcrumb a.acca-hero-section__breadcrumb-item:active {
    color: #7473c0 !important;
}

.acca-hero-section__breadcrumb-item.is-current {
    font-weight: 700;
}

.acca-hero-section__content {
    max-width: 533.33px;
    margin-top: 0;
}

.acca-hero-section__title {
    margin: 0 0 12px;
    color: #f7313f;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.05;
}

.acca-hero-section__subtitle {
    margin-bottom: 21px;
    color: #f7313f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.acca-hero-section__description {
    color: #0b0b0b;
    font-size: 16px;
    line-height: 1.7;
}

.acca-hero-section__description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 849px) {
    .acca-hero-section {
        min-height: auto;
        padding: 40px 0 40px;
        background-image: var(--acca-hero-bg-mobile, var(--acca-hero-bg));
    }

    .acca-hero-section__container {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 0;
    }

    .acca-hero-section__title {
        font-size: 24px;
    }

    .acca-hero-section__subtitle {
        font-size: 16px;
    }

    .acca-hero-section__description {
        font-size: 16px;
    }

    .acca-hero-section__content {
        max-width: 100%;
    }
}
