.back-btn {
  display: flex;
  gap: 10px;
  padding-top: 199px;
  margin-bottom: 80px;
}
.back-btn a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ff6600;
}

.first .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 50px;
}

.singleSwiper img {
  height: 367px;
  width: auto;
  object-fit: cover;
}

.second .grid {
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}

ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #7a7a7a;
}

@media (width <= 1280px) {
  .back-btn {
    gap: 6px;
    padding-top: 133px;
    margin-bottom: 49px;
  }
  .back-btn a {
    font-size: 12px;
    line-height: 14px;
  }
  .first .text {
    margin-bottom: 35px;
  }
  .first .text p {
    font-size: 14px;
  }
  .singleSwiper img {
    height: 252px;
  }
  .second .grid {
    column-gap: 20px;
  }
  ul li {
    font-size: 14px;
  }
}
@media (width <= 1024px) {
  .back-btn {
    gap: 5px;
    padding-top: 100px;
    margin-bottom: 37px;
  }
  .back-btn svg {
    width: 6px;
    height: 11px;
  }
  .back-btn a {
    font-size: 10px;
    line-height: 12px;
  }
  .first .text {
    margin-bottom: 25px;
  }
  .first .text p {
    font-size: 12px;
    max-width: 580px;
  }
  .first .text br {
    display: none;
  }
  .singleSwiper img {
    height: 207px;
  }
  .second .grid {
    column-gap: 39px;
  }
  ul li {
    font-size: 12px;
  }
}
@media (width <= 768px) {
  .back-btn {
    gap: 6px;
    padding-top: 100px;
    margin-bottom: 15px;
  }
  .back-btn a {
    font-size: 12px;
    line-height: 14px;
  }
  .first .text {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .singleSwiper img {
    height: 200px;
    width: 100%;
  }
  .second .grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .second .grid .col:nth-child(2) {
    order: -1;
  }
}
@media (width < 640px) {
  .singleSwiper {
    overflow: visible;
  }
  .singleSwiper .swiper-slide {
    width: 90% !important;
  }
}/*# sourceMappingURL=single.css.map */