/* Styling for the title of the features marquee section */

.features-marquee {
    padding-top: var(--space-3xl);
    padding-bottom: var(--space-3xl);
}

.features-marquee__title {
  color: var(--light-shades);
  text-align: center;
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--space-2xl);
}

@media (max-width: 768px) {
    .features-marquee__title {
        font-size: var(--font-size-3xl);
    }
}
