.border_separator {
    overflow: hidden;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0%;
    transform: translateY(-50%);
}

.border_separator::before {
    right: 0.5em;
    margin-left: -50%;
}

.border_separator::after {
    left: 0.5em;
    margin-right: -50%;
}

.border_separator::before,
.border_separator::after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    background-color: rgba(255, 255, 255, .3);
}

.ab-page__item {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 138px;
    text-decoration: none;
}

.ab-page__item:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 39%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.5;
}

.ab-page__item img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
}

.ab-page__item span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.125rem, 0.8023rem + 1.2064vw, 2.25rem);
}

.ab-page__item:hover img {
    transform: scale(1.075);
}



.ab-page__img-transf {
    margin-top: -10%;
}


.ab-page__decor {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-37%);
    pointer-events: none;
    z-index: 1;
    width: 540px;
    max-width: 30%;
}
@media (min-width: 1600px) {
    .ab-page__decor {
        max-width: none;
    }
}

.ab-page__item__title .h1 {
    color: #0D213E !important;
}
.ab-page__item__title .btn {
    background: rgba(0, 148, 68, 1);
}

@media (max-width: 767px) {
    .ab-page__item {
        height: 122px;
    }

    .ab-page__img-transf {
        margin-top: 0%;
    }

}

@media (max-width: 768px) {
    .hero-section {
        padding: 165px 0 29px;
    }

    .brands_grid {
        padding: 21px 9px 11px;
    }
}

@media (max-width: 420px) {
    .hero-section .fs-regular br {
        display: none;
    }
}

@media (min-width: 1400px) {
    .ab-page__item__title h2 span {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .wrap-ab-page__item {
        margin-left: -24px;
        margin-right: -24px;
    }
    .ab-page__item__title .h1,
    .ab-page__item__title h2 {
        font-size: 34px;
    }
    .ab-page__item__title .h1 span,
    .ab-page__item__title h2 span {
        font-size: 30px;
    }
}