.card-scheme {
  border: none;
  border-radius: 8px;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  background-color: #fff;
  padding: 15px;
  /* height: 318px; */
}

.carousel-inner {
  padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev span,
.carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (min-width: 577px) {
  .cards-wrapper {
    display: flex;
  }

  .card-scheme {
    margin: 0 0.5em;
    width: calc(100% / 2);
  }

  .image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .card-scheme:not(:first-child) {
    display: none;
  }
}

.carousel-inner-1 {
  padding: 1em;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
  } */


.btn-grad-1 {
  background-color: #17a2b8;
  margin: 10px;
  padding: 8px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  border: 0px;
}

.btn-grad-1:hover {
  background-color: #107484;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-grad-1:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}

.btn-grad-2 {
  background-color: #17a2b8;
  /* margin: 10px; */
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  border: 0px;
}

.btn-grad-2:hover {
  background-color: #107484;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-grad-2:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}

.card-height {
  height: 88%;
}

.scheme-short {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.scheme-title-short {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  
}

.title-1 {
  font-weight: 600;
  color: #686864;
}

.title-2 {
  color: #4e4c4c;
}

.card-participate {
  /* min-height: 170px; */
  margin: 0;
  padding: 1.2rem 1.2rem;
  border: none;
  border-radius: 10px;
  color: black;
  letter-spacing: 0.05rem;
  font-family: "Oswald", sans-serif;
  box-shadow: 0 0 13px rgb(0 0 0 / 27%);
  background-color: #fff;
}

.asmita-p {
  font-size: 14px;
  color: #616161;
}