
.brand_title {
    font-family: 'Barlow', sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 45.6px;
    text-align: center;

}

.brands_image {
    max-width: 400px;
    width: 100%;
    margin: 20px auto;
    display: block;
}

.brand_text {
    font-family: 'Source Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
}

.brands_link {
    font-family: 'Source Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.20000000298023224px;
    text-decoration: none;
    color: #1A73E8;
    border-bottom: 1px solid #1A73E8;
    display: inline-block;
    margin-top: 20px;
}

@media (max-width:900px) {
    .brand_title {
        font-family: 'Barlow', sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 45.6px;
        text-align: center;
    
    }
}

@media (max-width:600px) {
    .brand_title {
        font-family: 'Barlow', sans-serif;
        font-size: 25px;
        font-weight: 400;
        line-height: 45.6px;
        text-align: center;
        line-height: 120%;
    }
}