.companies-container {
  margin-top: 60px;
  z-index: 1000;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0), white);
}

.logos-carousel {
  display: flex;
  align-items: center;
  margin-left: 30px;
  overflow: hidden;
  height: 340px;
  justify-content: center;
  z-index: -1;
  flex-flow: wrap;
}

.company-logo {
  padding: 20px;
  filter: grayscale(100%);
}

.company-image-logo {
  width: 90px;
  margin: 0;
  filter: grayscale(100%);
  opacity: 0.8;
  padding: 20px;
}

.low-opacity {
  opacity: 0.4;
}

.testimonials {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  color: rgb(72, 72, 72);
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 60px;
}

.testimonial {
  width: 288px;
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 16px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #f0eef685;
}

.testimonial img {
  border-radius: 50%;
  width: 60px;
}

.testimonial p {
  margin: 0;
}

.testimonial-author {
  font-weight: 500;
  margin: 0;
}

@media only screen and (min-width: 1080px) {
  .logos-carousel {
    display: flex;
    height: 110px;
    align-items: center;
    margin-left: 30px;
    overflow: hidden;
    height: 140px;
    justify-content: center;
    z-index: -1;
    flex-flow: noWrap;
  }

  .companies-container {
    background-image: linear-gradient(-90deg, white, rgba(255, 255, 255, 0), white);
  }
}
