.sect2 {
  width: 100%;
  height: 460px;
  position: relative;
}
.sect2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sect3 {
  padding: 60px 0;
  background-color: #fff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect3 {
    padding: 30px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect3 {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 {
    padding: 50px 0;
  }
}
.sect3 .items {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect3 .items {
    gap: 15px;
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect3 .items {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .items {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect3 .items {
    gap: 30px;
    padding: 0 30px;
  }
}
.sect3 .items .item {
  width: 100%;
  background-color: #fff;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.sect3 .items .item img {
  width: 100%;
  aspect-ratio: 42/60;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.sect3 .items .item .i-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 22px 26px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1254901961);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sect3 .items .item .i-txt img {
  width: 20px;
  height: auto;
  margin-bottom: 6px;
}
.sect3 .items .item:hover img {
  scale: 1.05;
}

/*# sourceMappingURL=customer.css.map */
