.customer {
  overflow: hidden;
  padding-top: 114px;
  padding-bottom: 104px;
}
.customer h2 {
  text-align: center;
  padding-bottom: 52px;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #222222;
  font-family: "Playfair Display", serif;
}
.customer .swiper {
  background-color: #222222;
}
.customer-box {
  position: relative;
  z-index: 1;
}
.customer-box-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}
.customer-box-img img {
  width: 100%;
  object-fit: cover;
}
.customer-box:hover .customer-box-img {
  display: block;
  animation: fadeIn 0.4s ease-in-out;
}
.customer-box:hover a {
  background-color: #1C1C1C;
}
.customer-box img {
  width: 100%;
  box-shadow: none;
}
.customer-box::before {
  background: linear-gradient(180deg, rgba(62, 50, 29, 0) 13.02%, #322819 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  position: absolute;
}
.customer-box a {
  padding: 32px 24px;
  display: flex;
  position: absolute;
  background-color: #987B4D;
  bottom: 0;
  z-index: 2;
  max-width: 100%;
  right: 0;
  width: 415px;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  animation: fadeIn 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 1.3;
  height: 130px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .customer-button {
    font-size: 15px !important;
  }
  .customer {
    padding-top: 0;
    padding-bottom: 56px;
  }
  .customer h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 28px;
  }
  .customer a {
    font-size: 21px;
    width: 324px;
    padding: 24px;
  }
}

/*# sourceMappingURL=two_img_slider.css.map */
