.popup__list_card {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .popup__list_card {
    font-size: 22px;
  }
}

@media screen and (max-width: 1100px) {
  .popup__list_card {
    font-size: 22px;
  }
}

@media screen and (max-width: 800px) {
  .popup__list_card {
    font-size: 18px;
  }
}  