/** Shopify CDN: Minification failed

Line 103:0 Expected "}" to go with "{"

**/
.icon-text-section{
  
}
.icon-text-section .title{
  display: block;
  margin: 0;
}
.icon-text-section .brands-inner{
  
}
.icon-text-section .brands-list{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-content: space-around;
      max-width: 1300px;
    margin: auto;
}
.icon-text-section .brands-list .press_wrapper{
  display: block;
    text-align: center;
}
.icon-text-section .brands-list .wr_img{
      display: flex;
      height: 110px;
    width: 110px;
    align-items: center;
    justify-content: center;
      margin: auto;
}
.icon-text-section .brands-list .wr_img img{
      display: block;
    width: 100%;
    object-fit: contain;
    height: auto;
}

.icon-text-section .brands-list p{
      font-family: Bebas Neue;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.25px;
    text-align: center;
    display: block;
    margin: 0;
    margin-top: 10px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .icon-text-section .brands-list .wr_img {
    height: 100px;
    width: 90px;
  }
  .icon-text-section .brands-list p {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: .5px;
  }

}
@media screen and (max-width: 989px) {
    .icon-text-section .brands-list p {
      font-size: 22px;
      line-height: 28px;
    }
  .icon-text-section .brands-list {
    gap: 16px;
  }

}
@media screen and (max-width: 749px) {
  .icon-text-section .brands-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;

}
@media screen and (max-width: 639px) {

}
@media screen and (max-width: 479px) {
    .icon-text-section .brands-list .wr_img {
        height: 90px;
        width: 75px;
    }
  .icon-text-section .brands-list p {
        font-size: 20px;
        line-height: 25px;
    }


}
