.countries-section {
  padding: 1.75rem 0 8.75rem;
}

.countries-section-image {
  width: 100%;
  overflow: auto;
  margin-bottom: 3.75rem;
}

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

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

.countries-section-title,
.planogram-lifecycle-countries-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-countries-section-title span:not([class*="rt-color-"]) {
  color: var(--primary-orange);
  font-style: italic;
  font-weight: 400;
}

.countries-section-description {
  font-size: clamp(1.125rem, 1.0643rem + 0.2589vw, 1.375rem);
  color: var(--typography-black-2);
  text-align: center;
  max-width: 765px;
  margin: 0 auto;
}

.countries-section-list {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  display: flex;
  gap: 2rem;
}

.countries-section-list-item {
  padding-top: 2rem;
  border-top: 2px solid #FFD8B9;
  width: 100%;
}

.countries-section-list-item span {
  margin-bottom: 1rem;
  color: var(--typography-black-1);
  font-size: clamp(1.625rem, 1.2913rem + 1.4239vw, 3rem);
  font-weight: 400;
}

.countries-section-list-item p {
  font-size: clamp(0.8125rem, 0.7367rem + 0.3236vw, 1.125rem);
  color: var(--typography-black-2);
  font-weight: 400;
}

@media (max-width: 768px) {
  .countries-section {
    padding: 0 0 3.75rem;
  }

  .countries-section-image {
    margin-bottom: 2rem;
  }

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

  .countries-section-list {
    gap: 1.125rem;
  }

  .countries-section-list-item {
    padding-top: 1.5rem;
  }
}
