/* CTA Strong Block Styles */

.cta-strong__title {
  color: var(--primary-16);
  font-weight: 600;
  line-height: 1.2;
}

.cta-strong__title span {
  color: var(--primary-4);
}

.cta-strong__description {
  margin-bottom: 2rem;
}

.cta-strong__description p {
  color: var(--primary-8);
  line-height: 1.4;
  max-width: 63.75rem;
}

.cta-strong__buttons {
  display: flex;
  gap: 1rem;
}

.team-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team-widget p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--primary-8);
  margin-bottom: 0.5rem;
}
.team-widget__imgs {
  display: flex;
  margin-bottom: 0.625rem;
}
.team-widget__img img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-right: -0.75rem;
  object-fit: cover;
}
.team-widget__img img:last-child {
  margin-right: 0;
}
.team-widget__info {
  margin-left: 1rem;
}
.team-widget__count {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary-16);
}
.team-widget__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary-4);
}

/* Медиа-запросы */
@media (max-width: 47.99875em) {
  .cta-strong__description,
  .cta-strong__title {
    text-align: center;
  }
}

@media (max-width: 29.99875em) {
  .cta-strong__buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 20em) {
  .cta-strong__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .cta-strong__description {
    font-size: 1.125rem;
  }
}

@media (min-width: 20em) and (max-width: 120em) {
  .cta-strong__title {
    font-size: clamp(2rem, 1.5rem + 2.5vw, 4.5rem);
    margin-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  }

  .cta-strong__description {
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  }
}

@media (min-width: 120em) {
  .cta-strong__title {
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
  }

  .cta-strong__description {
    font-size: 1.25rem;
  }
}
