.customers .customers__head {
  text-align: center;
  font-size: 2.4rem;
  max-width: 90rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .customers .customers__head {
    padding: 0 1.5rem;
  }
}
.customers .customers__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9.4rem;
}
@media (max-width: 1023px) {
  .customers .customers__body {
    margin-top: 8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 896px) and (orientation: landscape) {
  .customers .customers__body {
    margin-top: 7rem;
  }
}
@media (max-width: 374px) {
  .customers .customers__body {
    margin-top: 6rem;
  }
}
.customers .customers__item {
  color: #fff;
  max-width: 19.8%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.8%;
          flex: 0 0 19.8%;
  position: relative;
  overflow: hidden;
  min-height: 60.3rem;
}
@media (max-width: 1023px) {
  .customers .customers__item {
    min-height: 34.3rem;

  }
}
@media (max-width: 767px), screen and (max-width: 896px) and (orientation: landscape) {
  .customers .customers__item {
    min-width: 100%;
  }
  
  .customers .customers__item .customers__content 
}
.customers .customers__item:before {
  content: "";
  background-color: #1A1E24;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .customers .customers__item:hover .customers__content {
    bottom: 6rem;
    top: inherit;
  }
  .customers .customers__item:hover .customers__text {
    display: block;
  }
  .customers .customers__item:hover .customers__actions {
    display: block;
  }
  .customers .customers__item:hover:before {
    content: "";
    background-color: #303545;
    opacity: 0.8;
  }
}
.customers .customers__item .customers__content {
  position: absolute;
  top: 72.8%;
  left: 3rem;
  right: 0;
}
@media (max-width: 1399px) {
  .customers .customers__item .customers__content {
    left: 1rem;
  }
}

@media (max-width: 767px), screen and (max-width: 896px) and (orientation: landscape) {
  .customers .customers__item .customers__content {
    bottom: 6rem;
    top: inherit;
  }
}
.customers .customers__item .customers__title {
  font-size: 2.5rem;
  margin-bottom: 2.9rem;
  padding-right: 6.6rem;
}
@media (max-width: 1399px) {
  .customers .customers__item .customers__title {
    font-size: 2.3rem;
  }
}

@media (max-width: 1023px) {
  .customers .customers__item .customers__title {
    font-size: 1.5rem;
    padding-right: 0;
  }
}
.customers .customers__item .customers__text {
  display: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 896px) and (orientation: landscape) {
  .customers .customers__item .customers__text {
    display: block;
  }
}
.customers .customers__item .customers__text p {
  padding: 0 2rem 0 0;
}
.customers .customers__item .customers__actions {
  display: none;
  margin-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 896px) and (orientation: landscape) {
  .customers .customers__item .customers__actions {
    display: block;
  }
}
.customers .customers__item .customers__actions a {
  font-size: 1.7rem;
  color: #D1C481;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customers .customers__item .customers__actions a:hover {
  color: #fff;
}
.customers .customers__item .customers__actions a:hover i {
  background: url(../images/svg/ico-arrow-white.svg) no-repeat center center;
}
.customers .customers__item .customers__actions a i {
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
  display: inline-block;
  margin-left: 2rem;
}
.customers .customers__item .customers__image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 1023px){

.customers .customers__item.open .customers__content {
    bottom: 6rem;
    top: inherit;
  }
  .customers .customers__item.open .customers__text {
    display: block;
  }
  .customers .customers__item.open .customers__actions {
    display: block;
  }
  .customers .customers__item.open:before {
    content: "";
    background-color: #303545;
    opacity: 0.8;
  }
}