@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
/* #body {
color: #777;
font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.4;
font-size: 1.3rem;
width: 100%;
} */

#brands a {
  border: none;
}
#container {
  width: 100%;
}

#row {
  display: grid;
  width: 80%;
  margin: auto;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  justify-content: space-evenly;
}

#brands > #container > h2,
#container2,
#container2 > h2 {
  width: 80%;
  margin: 20px auto;
  color: #777;
}
#container2 > h2 {
    width: 80%;
    margin: 20px 0;
    color: #777;
}
#row > div {
  height: 100px;
  width: 122.97px;
  padding: 11.3906px 15px;
}
.brandimglogo {
  height: 100px;
  border-radius: 50%;
  width: 100px;
  padding: 1%;
  text-align: center;
  cursor: pointer;
}
.brandimglogo:hover {
  transform: scale(1.2);
}

#row2 {
  display: grid;
  margin: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 2px 25px;
}

.img2 {
  width: 100%;
  height: 109.91px;
}
@media all and (min-width: 381px) and (max-width: 700px) {
  #row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, auto);
    justify-content: space-around;
  }
  #row > div {
    height: 56px;
    width: 102.97px;
    padding: 5.3906px 15px;
  }
  .brandimglogo {
    height: 39.2px;
    width: 39.2px;
    border-radius: 50%;
    width: 60%;
    padding: 1%;
    text-align: center;
    cursor: pointer;
  }
}
@media all and (min-width: 10px) and (max-width: 380px) {
  #row {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
  }
  #row > div {
    height: 73px;
    width: 132.97px;
    padding: 3.3906px 15px;
  }
  .brandimglogo {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    width: 60%;
    padding: 1%;
    text-align: center;
    cursor: pointer;
  }
  .brandimglogo:hover {
    transform: scale(1.2);
  }
}
