.FeatureCardCollection-content {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 768.02px) {
  .FeatureCardCollection-content {
    gap: 80px;
}
  }
