mas-why-growers {
  display: block;
  padding: 5rem 1.5rem;
  background-color: var(--color-bg-light);
}
.mas-why-growers-0 {
  max-width: var(--max-width);
  margin: 0 auto;
}
.mas-why-growers-1 {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
  color: var(--color-text-primary);
}
.mas-why-growers-2 {
  color: var(--color-primary);
}
.mas-why-growers-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1024px) { .mas-why-growers-3 { grid-template-columns: 1fr 1fr } }
@media (max-width: 768px) { .mas-why-growers-3 { grid-template-columns: 1fr } }
