.responsive-container {
  background-color: #fff;
  color: #284184;
  position: relative;
  padding: 2rem;
  border-radius: 10px;
}
.background-image {
  position: relative;
  background-image: url("../assets/BG.png");
  background-size:contain;
  background-position: left;
  background-repeat: no-repeat;
  /* z-index: 0; */
}
.responsive-heading {
  font-size: 72px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.responsive-heading::before {
  content: "";
  width: 4px;
  height: 30px;
  /* margin-right: 10px; */
  margin-top: 4px;
}

.custom-gradient {
  font-size: 72px;
  text-align: left;
  color: #26396c;
  background: linear-gradient(
    to right,
    rgba(38, 57, 108, 0.1),
    rgba(38, 57, 108, 0)
  );
  display: inline-block;
  padding: 0 10px;
  border-left: 4px solid #26396c;
  border-radius: 4px;
  line-height: 72px;
  margin: 0;
}

.responsive-content {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.top-right-image {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 144px;
  width: 144px;
}


.left-bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: auto;
}

.carousel-content {
  background-color: #F4F9FF;
  border: 1px solid;
  border-color: #B8D3FF;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.carousel-content h5 {
  color: #1a3b73;
  font-size: 1.5rem;
}

.carousel-content ul {
  padding-left: 20px;
}

.carousel-content li {
  color: #1a3b73;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.carousel-indicators button {
  background-color: #284184;
}

.carousel-indicators .active {
  background-color: #1a3b73;
}
.carousel-indicators {
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  .responsive-heading {
    font-size: 2.5rem;
  }

  .custom-gradient {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }

  .responsive-content {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }
}
