@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

.wrapper-banner {
  /*width: 100%;*/
  /*min-height: 20vh;*/
  
  padding-top: 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  margin-top: -12px;
  background-color: white;
  border-radius: 15px;
}
.carousel {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
.carousel .card {
  color: #3f3f3f;
  text-align: center;
  margin: 20px 10px;
  /* line-height: 250px;
  font-size: 90px;
  font-weight: 600; */
  padding-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.carousel .card-1 {
  background: white;
}

.owl-dots {
  text-align: center;
  margin-top: 40px;
  display: none;
}
.owl-dot {
  height: 15px;
  width: 45px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #0072bc !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover {
  background: #0072bc !important;
}

.carousel .card-1 img {
  height: auto;
  width: auto;
  border-radius: 10px 10px 0px 0px;
}
.carousel .card-1 h3 {
  margin-top: 1rem;
}
.carousel .card-1 p {
  padding: 1rem;
}
