.topics {
  width: 90%;
  margin: 0 auto;
  padding: 120px 0 80px;
}

.topicsTitle {
  text-align: center;
  margin-bottom: -30px;
  font-size: clamp(1.5rem, 0.6111rem + 1.8519vw, 2rem);
}

.topics .swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}

.destination {
  position: absolute;
  top: 10px;
  left: calc(100% - 200px);
  display: flex;
  justify-content: space-between;
  width: 160px;
  height: 20px;
}

.topics .swiper-button-prev, .topics .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #181818;
}

.topics .swiper-button-prev::after, .topics .swiper-button-next::after {
  font-size: 30px;
}

.swiper-button-prev > svg, .swiper-button-next > svg {
  color: #181818;
}

.swiper-slide {
  width: auto;
}

.swiper-container {
  padding-top: 60px;
}

.item {
  margin: 0 auto;
  width: 100%;
}

.figure {
  position: relative;
  margin: 0 auto;
  width: 380px;
  height: 228px;
}

.figureImage {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}

.figureImage img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.published {
  display: block;
  margin-top: 8px;
  color: #a2a2a2;
  font-size: 16px;
}

.itemTitle {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  color: #181818;
}

@media (max-width: 767px){
  .topics {
    margin: 0 auto;
    padding: 70px 0 10px;
  }
  .topics .swiper {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 42px;
  }
  .swiper-wrapper {
    margin-bottom: 24px;
  }
  .topicsTitle {
    margin-bottom: 20px;
  }
  .destination {
    top: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
  }
  .published {
    font-size: 14px;
  }
  .item {
    overflow: hidden;
  }
  .itemTitle {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .figure {
    width: 100%;
  }
}

/* @media (max-width: 853px){
  .item {
    width: 280px;
  }
  .figure {
    width: 280px;
    height: 168px;
  } */
}

/* @media (max-width: 1333px){
  .item {
    width: 340px;
  }
  .figure {
    width: 340px;
    height: 204px;
  }
} */