.brands-container {
 max-width: 900px;
  margin:auto;

}

.brands-grid img {
 max-width:130px 
}

 .above-t {
      margin:0;
      font-family: Poppins;
font-weight: 400;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
text-transform: uppercase;
text-align:center;
      color: #66AB5C;
     
    }

.main-d {
  font-family: Roboto;
font-weight: 400;
font-style: Regular;
font-size: 20px;

line-height: 32px;

text-align: center;
color:#595959;
}

.brands-title h2 {
 font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 36px;

line-height: 46px;

text-align: center;

 
}

.brands-grid {
  display:flex;

  gap:25px;
}

@media (max-width: 480px) {
    .brands-grid {

              flex-wrap: wrap;
    }
  .brands-container {
    padding:20px;
}