.quever-container {
  margin-bottom: 80px;
  margin-top: 80px;
}

.quever-container > div {
  max-width: 1248px;
  margin: 0 auto;
}

.quever-container h6 {
  text-align: center;
  color: var(--primary) !important;
  margin-bottom: 8px !important;
}

.quever-title {
  text-align: center;
  margin-bottom: 40px !important;
}

.quever-card {
  padding: 16px;
  background-color: var(--white);
  max-width: 354px;
  border-radius: 16px;
}

.quever-card img {
  max-height: 160px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  object-fit: cover;
}

.quever-card h3 {
  margin-bottom: 16px !important;
}

.quever-card svg {
  margin-bottom: 8px;
}

.quever-container .swiper-slide {
  height: 460px !important;
  max-width: 364px !important;
}

@media (max-width: 768px) {
  .quever-container {
    padding-left: 16px;
  }

  .quever-title {
    margin-bottom: 32px !important;
  }

  .quever-container .swiper-slide {
    min-width: 256px !important;
    max-width: 288px !important;
  }
}
