.bg-img-conts {
    background-image: url('https://static.wixstatic.com/media/84770f_6b54c02021f64aa38d05264a9afc3f80.jpg/v1/fill/w_1920,h_536,al_b,q_85,enc_auto/84770f_6b54c02021f64aa38d05264a9afc3f80.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding: 10px;
} 

.div-title-brands {
    margin: 60px 0 50px 0;
}

.white-bar {
    background-color: white;
    width: 53px;
    height: 14px;
    margin-bottom: 20px;
}

.cont-dimensions {
    width: 300px;
    height: 100%;
}

.gap-30 {
    gap: 30px;
}

.images {
    width: 300px;
    height: 430px;
}

.img-text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 75px;
    background-color: #587e84;
    z-index: 1;
}

.img-text {
    padding-left: 12px;
    padding-top: 8px;
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.img-second-text {
    color: white;
    padding-left: 13px;
    padding-top: 3px;
    font-size: 16px;
}

.h2-building {
    text-align: left;
    color: white;
    margin-top: 7px;
    margin-left: 30px;
    font-size: 26px;
    line-height: 1.5;
}

.a-images-zoom {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
}

.a-images-zoom .images {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease; 
}

.a-images-zoom:hover .images {
    transform: scale(1.1);
}

@media screen and (max-width: 990px) {
    .main-conts {
        width: 100%;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .div-our-brands {
        background-image: url("https://static.wixstatic.com/media/84770f_6b54c02021f64aa38d05264a9afc3f80.jpg/v1/fill/w_1920,h_536,al_b,q_85,enc_auto/84770f_6b54c02021f64aa38d05264a9afc3f80.jpg");
        background-size: cover;
        background-attachment: fixed;
        padding-top: 30px;
        padding-bottom: 40px;
        padding-left: 50px;
    }

    .div-title-brands {
        margin-left: 30px;
    }
    
    .h1-our-brands {
        font-size: 60px;
    }

    .cont-dimensions {
        height: 320px;
    }

    .images {
        width: 100%;
        height: 320px;
    }

    .h2-building {
        display: none;
    }

    .img-text-container {
        background-color: #587e84;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 50%;
        z-index: 1;
    }
}