.l-brands {
  position: relative;
}
.l-brands__background {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
}
.l-brands__container {
  border-radius: 20px;
  box-shadow: 0 22px 54px -20px rgba(0, 0, 0, 0.5);
  background: #ffffff;
  padding: 70px 190px;
}
@media (max-width: 1599.98px) {
  .l-brands__container {
    padding: 56px 152px;
  }
}
@media (max-width: 1199.98px) {
  .l-brands__container {
    padding: 56px 50px;
  }
}
.l-brands__title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.75em;
  font-weight: bold;
  color: #007ac7;
  margin: 0;
}
@media (max-width: 1599.98px) {
  .l-brands__title {
    font-size: 1.4em;
  }
}
@media (max-width: 991.98px) {
  .l-brands__title {
    font-size: 1.75em;
  }
}
.l-brands__carousel {
  margin-top: 60px;
}
@media (max-width: 1599.98px) {
  .l-brands__carousel {
    margin-top: 48px;
  }
}
.l-brands__image picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 15px 0;
}
@media (max-width: 1599.98px) {
  .l-brands__image picture {
    height: 64px;
  }
}
@media (max-width: 991.98px) {
  .l-brands__image picture {
    height: 45px;
  }
}
.l-brands__image img {
  max-width: 68%;
  max-height: 100%;
  height: auto;
  width: auto;
}