

img.custom-header-page {
    object-fit: cover;
    height: 55vh;
}

img.custom-header-page.show-brands {
    height: 80vh;
}

.section-brands {
    padding: 2rem 0 2.5rem 0;
    bottom: 0;
    background: #0e263e5e;
    z-index: 25;
    position: absolute;
}
.strip-brand {
    height: 2px;
    background-color: #7d8d9c;
    margin-bottom: 6px;
}

.section-brands h4 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    width: 234px;
}

.custom-brands {
    justify-content: space-between;
}

.custom-brands img {
    padding: 0 1rem;
    max-height: 60px;
}

.custom-brands a:not(:last-child) img {
    max-height: 50px;
}

.title-header-1 {
    top: 35%;
    right: 50%;
    background-color: #0e263e;
    border-radius: 22px;
    padding: 1rem;
    width: 275px;
}

.title-header-2 {
    top: 40%;
    left: 50%;
    background-color: #ffffff;
    border-radius: 22px;
    padding: 1rem;
    width: 269px;
}

.title-header-1 p, .title-header-2 p {
    margin-bottom: 0;
    color: #fff;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
}

.title-header-2 p {
    color: #0e263e;
}

@media (max-width: 991.98px) {
    .title-header-1,
    .title-header-2 {
        display: none;
    }

    .section-brands {
        position: relative;
        background: #0e263e;
    }
    .custom-brands {
        justify-content: center;
        flex-wrap: wrap;
    }
    .section-brands a {
        width: 33%;
        height: auto;
        flex: 0 0 33%;
        max-width: 33%;
        justify-content: center;
    }
    .custom-brands img {
        padding: 0 1.4rem;
        margin-top: 0.5rem;
        max-height: 67%;
    }
    .custom-brands a:not(:last-child) img {
        max-height: 58%;
    }
}

@media (max-width: 574.98px) {
}