.special-for-you-section {
  padding: 50px 0;
  position: relative;
  z-index: 600;
}

.special-for-you-section h2 {
  color: #FFFFFF;
  font-weight: 200;
}

.special-for-you-section h2 strong {
  font-weight: bold;
}

.special-for-you-section .scroller {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.special-for-you-section .promotion-category-container {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: auto;
  grid-auto-flow: column;
  gap: 20px;
}

.special-for-you-section .promotion-category-container .promotion-category-item {
  max-width: 195px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  width: 195px;
}

.special-for-you-section .promotion-category-container .promotion-category-item .text {
  white-space: initial;
}

.special-for-you-section .promotion-privileges-container {
  flex-direction: column;
  display: flex;
  gap: 20px;
}

.special-for-you-section .promotion-privileges-container .feature-twotone-button-vertical-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 350px;
}

.special-for-you-section .promotion-privileges-container .feature-twotone-button {
  min-width: 350px;
}

.special-for-you-section .promotion-privileges-container .feature-twotone-button .text div {
  white-space: initial;
}

.special-for-you-section .promotion-list-container {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: auto;
  grid-auto-flow: column;
  gap: 20px;
}

.special-for-you-section .promotion-list-container .article-item {
  width: 240px;
}

.special-for-you-section .promotion-list-container .article-item a {
  color: #ffffff;
}

.special-for-you-section .promotion-list-container .article-item a .date span {
  display: flex;
  align-items: center;
}

.special-for-you-section .promotion-list-container .article-item a .date svg {
  width: 20px;
}

.special-for-you-section .promotion-list-container .article-item a .date svg path {
  fill: #ffffff;
}

.special-for-you-section .scoll-display-container {
  margin-bottom: 20px;
  color: #FFFFFF;
}

.special-for-you-section .scoll-display-container .swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.5);
}

.special-for-you-section .scoll-display-container .swiper-scrollbar-drag {
  background-color: #FFFFFF;
}
