.choices {
  width: calc(100% - 30px);
  margin: 40px auto;
}
.choices .title {
  font-weight: bold;
  font-size: 1.8rem;
}
.more {
  color: #000;
  border: #636060 2px solid;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}
.card-choices {
  border-radius: 20px;
  border: 3px solid #f2f6f9;
  overflow: hidden;
}
.card-choices .card-img-top {
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.card-choices h5.card-title {
  color: #4b90f7;
  font-size: 1.1rem;
}
.card-choices h4.card-title {
  color: #000;
  font-size: 1.6rem;
}
.card-choices p {
  color: #636060;
  font-size: 1.2rem;
}
.card-choices .more-link {
  margin: 20px 0 0 0;
  text-decoration: none;
  color: #ffffff;
  background-color: #008498;
  font-size: 1.123rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 8px 0;
}
@media (min-width: 586px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .card-choices .card-img-top {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .choices {
    width: calc(100% - 8rem);
  }
  .choices .title {
    font-size: 2.3rem;
  }
}
@media (min-width: 1400px) {
}
