.card-container {
  display: flex;
}
.sponsor-wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.carousel {
  width: 80%;
  margin: 0px auto;
  height: 40px;
}
/* .card {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 20px 10px 10px 20px;
  border-radius: 16px;
}
.card-header {
  justify-items: center;
}
.card-body {
  width: 100%;
  vertical-align: top;
} */
.card-content {
  text-align: left;
  color: #333;
  padding: 15px 0px 15px 0px;
  font-family: "Public Sans";
  font-weight: 400;
  font-style: "Regular";
  font-size: 16px;
  line-height: 110.00000000000001%;
  vertical-align: middle;
}
.card-title-text {
  font-family: "Public Sans";
  font-weight: 400;
  font-style: "Regular";
  font-size: 30px;
  line-height: 110.00000000000001%;
  letter-spacing: -4.5%;
  vertical-align: middle;
}
/* .sponsor-slider .slick-slide {
  margin: 20px;
} */
.sponsor-slider-brand-logo .slick {
  width: 190px !important;
  height: 72px !important;
  border-radius: 12px;
}
.sponsor-slider .slick-prev,
.sponsor-slider.slick-next {
  background: #000;
  border-radius: 15px;
  border-color: transparent;
}


.btn-wrap {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: end;
  gap: 30px;
}

.prev-btn {
  width: 40px;
  height: 40px;
  background-color: #ffff;
  border: 2px solid #0669f7 !important ;
  color: #0669f7;
  border: none;
  font-size: 25px;
  cursor: pointer;
  border-radius: 37px;
  border-width: 2px;
}

.next-btn {
  width: 40px;
  height: 40px;
  background-color: #ffff;
  border: 2px solid #0669f7 !important ;
  color: #0669f7;
  border: none;
  font-size: 25px;
  cursor: pointer;
  border-radius: 37px;
  border-width: 2px;
}

button.slick-disabled {
  opacity: 0.6;
  border: 2px solid #0669f7 !important ;
  color: #0669f7;
}
/* working */
