.about-brands {display:grid;grid-template-columns:1fr 1fr;}
.about-brands .theimgtextbox {padding:140px 0;text-align:center;}
.about-brands img {width:170px; margin: auto;margin-bottom: 30px;min-height: 60px;object-fit: fill;}
.about-brands p {font-size: 20px;max-width: 400px;margin: auto;letter-spacing: 1.2px;color: #fff;line-height: 1.8;}
@media only screen and (max-width: 787px){
  .about-brands {grid-template-columns:1fr;}
  .about-brands .theimgtextbox {padding:40px 0;}
  .about-brands p {font-size:16px;padding: 0 20px;}
}

