.info-carousel {
  background: #f5f5f5;
  border-radius: 15px;
  position: relative;
  width: 100%;
}

.info-carousel.with-border {
  background: transparent;
  border: 3px solid black;
}

.info-carousel-title {
  text-align: center;
  margin-bottom: 30px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.info-carousel-title .ovc_white_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 20px 0px;
  z-index: 1;
  border-radius: 0 0 10px 10px;
  width: 180%;
  height: 100%;
}

.with-border .info-carousel-title .ovc_white_bg {
  width: 120%;
}

.info-carousel-title p.ovc_title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  position: relative;
  z-index: 2;
}

.carousel-inner {
  /* height: 400px; */
  height: fit-content;
}

.carousel {
  height: fit-content;
}

.info-carousel-card {
  border-radius: 10px;
  padding: 20px 15px;
  flex: 1 1 22%;
  min-width: 200px;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.info-carousel-card-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.info-carousel-card-header p {
  width: 100%;
  font-family: 'Kallisto' !important;
  font-size: 24px;
}

.info-carousel-card-header .icon img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.info-carousel-card-header p.headline_20-bold {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.body_16 {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

.carousel-item .d-flex {
  gap: 20px;
}

.info-carousel-indicators {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  margin-top: 20px;
}

.with-border .info-carousel-indicators button {
  background-color: #fff;
  border: 2px solid black;
}

.info-carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.info-carousel-indicators button.active,
.info-carousel-indicators button:hover {
  background-color: #000;
}

@media only screen and (max-width: 530px) {
  .info-carousel-title .ovc_white_bg {
    width: 130%;
    height: 120%;
  }

  .info-carousel-card {
    padding: 25px 15px;
  }
}
