.countries-section-text {
  margin-bottom: 3.75rem;
}

.planogram-lifecycle-retail-chain-section-title {
  text-align: center;
  margin-bottom: 0.875rem;
}

.countries-section-title,
.planogram-lifecycle-retail-chain-section-title :is(h1, h2, h3, h4, h5, h6, p) {
  text-align: center;
  margin-bottom: 0.875rem;
  color: var(--typography-black-1);
  font-weight: 400;
  font-size: clamp(1.75rem, 1.4466rem + 1.2945vw, 3rem);
}

.countries-section-title span:not([class*="rt-color-"]),
.planogram-lifecycle-retail-chain-section-title span:not([class*="rt-color-"]) {
  color: var(--primary-orange);
  font-style: italic;
  font-weight: 400;
}

.merchandising-platform-section .splide__slide img {
  max-width: 48px;
  margin-bottom: 2rem;
}

.merchandising-platform-section .splide__slide {
  padding: 20px;
  border-radius: 25px;
  border: 1px solid var(--border-orange-1);
  background: var(--grayscale-color-1);
}

.merchandising-platform-section {
  background: transparent !important;
  border: none !important;
}

.merchandising-platform-section .splide__arrows.custom-arrows {
  left: 50%;
  transform: translate(-50%);
  bottom: -5rem;
}

.merchandising-platform-section .splide__slide h3 {
  font-size: clamp(1.3125rem, 1.2063rem + 0.4531vw, 1.75rem);
  font-weight: 500;
  color: var(--typography-black-1);
  margin-bottom: 0.5rem;
}

.merchandising-platform-section .splide__slide p {
  font-size: 1rem;
  color: var(--typography-black-2);
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .countries-section-text {
    margin-bottom: 2rem;
  }

  .merchandising-platform-section .splide__arrows.custom-arrows {
    bottom: -4.5rem;
  }

  .merchandising-platform-section .splide__slide img {
    margin-bottom: 1.25rem;
  }
}
