.no--margin {
  margin: 0;
}
.brands--item img {
  max-width: 150px;
  height: auto;
}
.brands--title {
  background: #131c3b;
  margin-bottom: 120px;
  padding: 10px;
}
.brands--title h2 {
  color: #fff;
  margin: 0;
}
.padding--image {
  padding: 150px !important;
}
.brands--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.brands--item > p:first-child {
  color: #747474;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.brands--item p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #747474;
  line-height: 1.8;
}
.brands--item a {
  color: #000;
  text-decoration: none;
}
.brands--item a:hover {
  color: #131c3b;
}
.six-items {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(116, 116, 116, 0.3);
}
/* .brands__img {
  display: flex;
  align-items: center;
} */
.brands--items > .six-items:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 1536px) {
  .homesection2 {
    padding: 100px 20px;
  }
  .brands--title {
    margin-bottom: 90px;
  }
  .brands__box {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1240px) {
  .homesection2 {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .brands--item {
    padding-bottom: 50px;
  }
  .six-items {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .six-items {
    margin: 0 80px 30px 80px;
  }
  .homesection2 {
    padding: 60px 20px;
  }
  .brands--item {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .brands--title {
    margin-bottom: 60px;
  }
  .six-items {
    margin: 0 0 60px 0;
  }
  .homesection2 {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .six-items {
    margin: 0 0 50px 0;
    align-items: center;
  }
}
@media only screen and (max-width: 474px) {
  .bar h2 {
    font-size: 44px;
  }
  .homesection2 h1 {
    font-size: 34px !important;
  }
  .brands--title h2 {
    font-size: 23px !important;
  }
}
