.carousel-cards {
  display: flex;
  justify-content: center;
  width: 100%;

  margin: 2em 0em;
}
.form-container {
  width: 100%;
}
.owl-carousel {
  width: 100%;
}
.carousel-container {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .carousel-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .form-container {
    width: 30%;
  }
  .owl-carousel {
    width: 60%;
  }
}
