.xili-galley {
  padding: var(--length-120) 0 var(--length-100) 0;
  background-color: #fff;
}

.xili-galley-header {
  display: flex;
  gap: 10%;
  justify-content: space-between;
  align-items: flex-end;
}

.xili-galley-header-title p {
  color: #666;
  font-size: var(--font-24);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24px;
  margin-top: 32px;
}

.xili-galley-wrapper {
  margin-top: var(--length-80);
}

.xili-galley-wrapper .swiper {
  padding-bottom: 50px;
}


.xili-galley-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--length-20);
}

.xili-galley-item img {
  width: 100%;
  aspect-ratio: 490 / 300;
  object-fit: cover;
}


@media screen and (max-width: 992px) {
  .xili-galley-header-title p {
    margin-top: 24px;
  }

  .xili-galley-wrapper .swiper {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .xili-galley-header-title p {
    margin-top: 16px;
  }

  .xili-galley-wrapper .swiper {
    padding-bottom: 20px;
  }
}