.card-choice-us {
  background: #ffffff;
  border-radius: var(--radius-md);
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
  text-align: center;
  padding: 47px 0px;
  width: 23.5%;
}

#cards-choice .row {
  gap: 18px;
}

@media (max-width: 1199px) {
  #representatives .card-representatives {
    height: 429px;
  }

  #representatives .card-representatives h4 {
    font-size: 24px;
  }

  #representatives .card-representatives h5 {
    font-size: 20px;
    margin: 35px 0 40px 0;
  }
}

@media (max-width: 1142px) {
  #cards-choice .row .col-lg-5 {
    width: 100%;
    justify-content: space-between;
  }

  #cards-choice .card-choice-us {
    width: 49%;
  }

  #cards-choice .row {
    width: 100%;
    justify-content: space-between;
  }

  #cards-choice .card-choice-us h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
  }

  #cards-choice .card-choice-us span,
  a {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
  }
}

@media (max-width: 945px) {
  #cards-choice .card-choice-us {
    width: 48%;
  }
}

@media (max-width: 751px) {
  #cards-choice .card-choice-us {
    width: 100%;
  }
}
