#jewelry-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.jewelry-baner {
  content: url("../../images/jewelry_banner.png");
}

#jewelry-container .hicarousel_title,
#jewelry-container .jewelry-h2 {
  text-align: center;
  font-family: "Old Standard TT";
  line-height: normal;
  font-style: italic;
  font-weight: 400;
  font-size: 55px;
  letter-spacing: -1.1px;
}

#jewelry-container p {
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* #jewelry-container td {
  padding: 10px;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
} */

#jewelry-container #jewelry-winners-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100vw;
}

#jewelry-container #jewelry-winners-container img {

  width: 422px;
  height: 422px;

}

.jewelry-socials-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.jewelry-socials {
  display: flex;
  flex-direction: column;
}


.jewelry-slider__list p {
  padding: 20px;
}

#jewelry-winners-container .swiper-container .swiper-button-next,
#jewelry-winners-container .swiper-container .swiper-button-prev {
  background: #fff;
  border: 1px solid #101111;
  border-radius: 0;
  color: #101111;
  height: 48px;
  top: 40%;
  width: 48px;
}

#jewelry-winners-container .swiper-container .swiper-button-next:after {
  content: "\f106";
  font-family: flaticon, serif !important;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400 !important;
  line-height: 1;
  text-transform: none;
}

#jewelry-winners-container .swiper-container .swiper-button-prev:after {
  content: "\f106";
  font-family: flaticon, serif !important;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400 !important;
  line-height: 1;
  text-transform: none;
  transform: rotateY(180deg);
}

#jewelry-winners-container .jewelry-slider .swiper-button-next.swiper-button-disabled,
#jewelry-winners-container .jewelry-slider .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: auto;
}

@media(min-width:1200px) {
  .d-none-desktop {
    display: none;
  }

  .jewelry-slider__list {
    gap: 20px;
  }
}

@media(max-width:768px) {
  .jewelry-baner {
    content: url("../../images/jewelry_banner-mobile.png");
  }

  #jewelry-container .hicarousel_title,
  #jewelry-container .jewelry-h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.8px;
  }

  #jewelry-container .swiper-slide {
    width: 100% !important;
    max-width: 100vw;
    box-sizing: border-box;
    text-align: center;
  }

  #jewelry-container #jewelry-winners-container img {
    width: 335px;
    height: 319px;
    flex-shrink: 0;

  }

  .jewelry-socials-container {
    display: flex;
    flex-direction: column;
    gap: unset;
  }

  .jewelry-socials {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    padding: 0 20px;
  }
}