section.custom-section.banner {
    position: relative;
}

section.banner.custom-section {
    background: url(/wp-content/themes/crtaroma/assets/images/black_banner_section.png) no-repeat center center / cover;
    /* background: url(home.css) #000 no-repeat center center / cover; */
    min-height: 900px;
    border: #fff 0 solid;
    border-radius: 24px;
    margin: -72px 12px 24px 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

section.banner.custom-section .row._custom .header span.banner-title {
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(4px);
    display: flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

section.banner.custom-section .row._custom .header {
    gap: 40px;
    margin-bottom: 0;
}

@media (max-width:1920px) {}

@media (max-width:1360px) {
    section.banner.custom-section {
        margin: 12px;
    }
    section.custom-section.banner::after,
    section.custom-section.banner::before {
        display: none;
    }
    /* section.custom-section.banner::after {
        content: "";
        position: absolute;
        top: 73px;
        right: -1px;
        bottom: 0;
        height: 50px;
        width: 50px;
        z-index: 1;
        transform: scaleX(-1);
        background: url('/crtaroma/wp-content/themes/crtaroma/assets/images/custom-nav-right.png') no-repeat left center / contain;
    } */
}

@media (max-width:1199px) {
    section.banner.custom-section {
        min-height: auto;
    }
    section.banner.custom-section .row._custom .header {
        gap: 40px;
        margin-bottom: 0;
        align-items: center;
        text-align: center;
        margin: auto;
        max-width: 800px;
    }
}

@media (max-width:575px) {
    section.banner.custom-section {
        margin: 12px 4px;
    }
}