.category-hero-wrapper > .elementor-container {
    padding: 0 0 !important;
}

.category-hero-section {
    position: relative;
}

.category-hero-section__image, .category-hero-section__image--mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.category-hero-section__image--mobile {
    display: none;
}

.category-hero-section__mobile-heading-wrapper {
    display: none;
}

.category-hero-section__content {
    max-width: 1157px;
    padding: 105px 60px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}

.category-hero-section .category-hero-section__content__hero-title {
    margin-bottom: 0;
    color: #FFF;
    font-size: 40px;
    font-weight: 275;
    line-height: normal;
}

.category-hero-section .category-hero-section__content__hero-small-title {
    margin-bottom: 0;
    color: #000 !important;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 5px;
}

.category-hero-section .breadcrumbs {
    color: #1A6BB5 !important;
    font-family: "Acumin Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 24px;
}

.category-hero-section .breadcrumbs a {
    color: #1A6BB5 !important;
    text-decoration: underline !important;
}

.category-hero-section__content--xs-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.category-hero-section .breadcrumbs svg {
    margin: 0 8px;
}

.category-hero-section__content--xs-padding .breadcrumbs {
    padding-top: 56px;
}

.category-hero-section__content--text {
    padding-top: 42px;
    padding-bottom: 10px;
}


@media (max-width: 921px) {
    .category-hero-section__content {
    }

    .category-hero-section .category-hero-section__content__hero-title {
        font-size: 40px;
    }
}

@media (max-width: 36rem) {
    .category-hero-section .category-hero-section__content__hero-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .category-hero-section__image:not(.category-hero-section__image--no-mobile) {
        display: none;
    }

    .category-hero-section__image--mobile {
        display: block;
    }

    .category-hero-section__content:not(.category-hero-section__content--text) h1 {
        position: absolute;
        color: #000 !important;
        bottom: 0;
        width: 100%;
        left: 0;
        text-align: center;
        transform: translateY(calc(100% + 17px));
        margin-top: 17px;
        padding: 0 16px;
    }

    .category-hero-section--breadcrumbs {
        display: none;
    }

    .category-hero-section {
        margin-bottom: 100px;
    }

    .category-hero-section__content--text .breadcrumbs {
        display: none;
    }

    .category-hero-section__content--text {
        text-align: center;
        padding: 50px 20px 10px 20px !important;
    }

    .category-hero-section__content--text h1 {
        font-size: 30px !important;
        border-width: 0 !important;
    }

    .category-hero-section--text {
        margin-bottom: 0;
    }

    .category-hero-section__mobile-heading-wrapper {
        padding: 0 20px;
        display: block;
    }

    .category-hero-section__mobile-heading {
        color: #000;
        font-family: "Acumin Pro";
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-bottom: 1px solid #D8D9DB;
        padding-bottom: 13px;
        padding-left: 15px;
        margin-bottom: 5px !important;
        margin-top: 20px;
    }
}