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

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

.teams-section {
  padding: 6rem 0;
  margin-bottom: 6rem;
  background: var(--grayscale-color-1);
  border: 1px solid var(--border-orange-1);
  border-radius: 50px;
}

.teams-section-content {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.teams-section-content h2,
.teams-section-content .planogram-lifecycle-teams-say-section-title {
  width: 100%;
}

.teams-section-cards {
  display: flex;
  gap: 1rem;
}

.teams-section-card {
  background: #F9F9FB;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.teams-section-card .teams-section-stars {
  margin-bottom: 20px;
  max-width: 122px;
  overflow: auto;
  width: 100%;
}

.teams-section-image {
  margin-top: auto;
  width: 100%;
  overflow: auto;
  max-width: 276px;
}

.teams-section-card p,
.teams-section-card-description :is(p) {
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
  color: var(--typography-black-2);
  font-weight: 400;
  margin-bottom: 2rem;
}

@media (max-width: 1100px) {
  .teams-section-content {
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .teams-section {
    padding: 2.375rem 0;
    margin-bottom: 2.375rem;
  }

  .teams-section-content {
    gap: 1rem;
  }

  .teams-section-cards {
    flex-direction: column;
  }

  .teams-section-card {
    padding: 1.5rem;
  }
}
