.brands-sec {
    padding: 100px 0;
    background: linear-gradient(180deg, #00031c, #001e4e);
    position: relative;
    z-index: 1
}

.brands-sec-content {
    background: linear-gradient(99.91deg, rgba(255, 255, 255, .15) -.72%, rgba(255, 255, 255, .045));
    padding: 28px 48px;
    border: 1px solid var(--white-color);
    border-radius: 20px
}

.brands-sec:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url(../media/brand-before.64cc1a30.png);
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.brands-sec-content h2 {
    text-align: center;
    margin-bottom: 50px
}

.brand-image-div img {
    width: 150px;
    height: auto
}

.brand-image-div {
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    .contact-box-content h3 {
        text-align: center;
        padding-top: 14px
    }

    .contact-box-content p {
        text-align: center
    }
}

@media (max-width: 428px) {
    .brands-sec {
        padding: 0
    }

    .brands-sec-content h2 {
        font-size: 50px;
        line-height: 60px
    }

    .brand-image-div img {
        width: 100px
    }

    .brand-image-div {
        text-align: center
    }
}

@media (max-width: 414px) {
    .brands-sec-content {
        padding: 24px 30px
    }
}

@media (max-width: 375px) {
    .brands-sec-content h2 {
        font-size: 40px;
        line-height: 50px
    }
}