.hero-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    /* padding-bottom: 2.875rem; */
}

.hero-banner__bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.hero-banner__bg-img {
    width: 100%;
    display: block;
}

.hero-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45.166666667%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 70%);
    z-index: 2;
}

.hero-banner__container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 14.641288433% 2.489019034% 2.489019034% 2.489019034%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-banner__container::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.hero-banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.editor-styles-wrapper .block-editor-block-list__layout h1.hero-banner__title,
.single-content h1.hero-banner__title {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 1.25rem 0;
    white-space: pre-line;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #7B7B7B 4.04%, #F3F3F3 49.38%, #A4A4A4 93.41%, #A4A4A4 94.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    -webkit-filter: drop-shadow(0 0.25rem 0.625rem rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0.25rem 0.625rem rgba(0, 0, 0, 0.5));
}

.hero-banner__description {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.444444444;
    margin: 0;
    color: #fff;
    max-width: 50rem;
    text-align: center;
    white-space: pre-line;
}

.hero-banner__media {
    display: block;
    width: 100%;
    max-width: 81.125rem;
    margin: 0 auto;
}

.hero-banner__image {
    display: block;
    width: 100%;
}

.hero-banner__img {
    width: 100%;
    height: auto;
}

/* Responsive media queries */
@media (max-width: 991px) {
    .hero-banner__container {
        padding: 39.743589744% 1.25rem 0 1.25rem;
    }

    .editor-styles-wrapper .block-editor-block-list__layout h1.hero-banner__title,
    .single-content h1.hero-banner__title {
        font-size: 2rem;
    }

    .hero-banner__media {
        padding-top: 17.948717949%;
    }
}

@media (max-width: 377px) {
    .hero-banner__description {
        padding: 0 0.5rem;
    }
}