.section-one {
  background: #f8f8f8;
  /* height: 100%; */
  padding-top: 160px;
  padding-bottom: 40px;
}

.section-one-heading {
  font-size: 40px;
  font-family: "mn-demi";
  text-align: center;
  text-transform: uppercase;
}
.section-one-brands-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3% 0;
}

.section-one-grid-item {
  width: 375px;
  height: 232px;
  padding: 1%;
  margin: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-grid-item-inner-container {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1600px) {
  .section-one {
    background: #f8f8f8;
    /* height: 100%; */
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section-one-grid-item {
    width: 280px;
    height: 175px;

    margin: 15px;
  }

  .section-grid-item-inner-container img {
    width: 150px;
    height: 110px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .section-one-heading {
    font-size: 25px;
  }

  .section-one-grid-item {
    width: 280px;
    height: 170px;
    padding: 1%;
    margin: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-grid-item-inner-container img {
    width: 120px;
    height: 90px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  .section-one-heading {
    font-size: 25px;
  }

  .section-one-grid-item {
    width: 280px;
    height: 180px;
    padding: 1%;
    margin: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-grid-item-inner-container img {
    width: 150px;
    height: 100px;
  }
}
