/* Utils */

/* Utils */

/**
 * Variables
 */

.customers-logos {
  padding: 60px 0;
  background: #FEF9F8;
}

.customers-logos-list {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.1);
          box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.customers-logos-item {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px;
}

.customers-logos-item img {
  max-width: 130px;
  max-height: 100px;
}

.customers-testimonials-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.customers-testimonials-item {
  padding: 40px 40px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.1);
          box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.customers-testimonials-item-text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 20px;
}

.customers-testimonials-item-author {
  margin-top: auto;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customers-testimonials-item-author-role {
  margin-top: 4px;
  opacity: .7;
  font-size: 16px;
}

.customers-testimonials-item-logo {
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.customers-testimonials-item-logo img {
  max-width: 220px;
  max-height: 65px;
}

.customers-testimonials-item-author img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  padding: 2px;
  margin-left: 12px;
  -webkit-box-shadow: 0px 1px 1px #5236f19c;
          box-shadow: 0px 1px 1px #5236f19c;
  border: 1px solid #5236f19c;
}

.ltr .customers-testimonials-item-author img {
  margin-left: 0;
  margin-right: 12px;
}

@media (max-width: 992px) {
  .customers-logos {
    padding: 30px 0;
  }

  .customers-logos-list {
    padding: 10px;
  }

  .customers-logos-item {
    margin: 15px;
  }

  .customers-testimonials-list {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-top: 15px;
  }

  .customers-testimonials-item {
    padding: 30px;
  }

  .customers-testimonials-item-text {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .customers-testimonials-item-logo {
    height: 57px;
  }

  .customers-testimonials-item-logo img {
    max-width: 200px;
    max-height: 57px;
  }

  .customers-testimonials-item-author img {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 767px) {
  .customers-logos {
    padding: 15px 0;
  }

  .customers-logos-item {
    margin: 8px;
    width: 90px;
    height: 90px;
  }

  .customers-logos-item img {
    max-width: 90px;
    max-height: 70px;
  }

  .customers-testimonials-item-author {
    font-size: 16px;
  }

  .customers-testimonials-item-logo {
    height: 49px;
  }

  .customers-testimonials-item-logo img {
    max-width: 170px;
    max-height: 49px;
  }

  .customers-testimonials-item-author img {
    width: 52px;
    height: 52px;
    margin-left: 10px;
  }

  .ltr .customers-testimonials-item-author img {
    margin-left: 0;
    margin-right: 10px;
  }
}