.brand_images{
    width: 250px;
    max-height:250px;
}
.brands_box{
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.brands_title{
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
}
@media (max-width:1000px) {
    .brands_title{
        font-size: 35px;
    }
}
@media (max-width:900px) {
    .brands_title{
        font-size: 32px;
    }
}
@media (max-width:800px) {
    .brands_title{
        font-size: 28px;
        line-height: 130%;
    }
}
@media (max-width:450px) {
    .brands_title{
        font-size: 25px;
    }
}