@media (max-width: 1000px) {
  #cards-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
  }

  .card-info {
    max-width: 200px;
    min-height: 189px;
    justify-content: space-around;
  }
}

@media (max-width: 485px) {
  #second-hero-section {
    background-position: -150px;
  }

  #second-hero-section h1 {
    font-size: 28px;
  }
}
