.content-block-carousel-wrapper h5 {
  font-weight: 700;
  color: #1F2E61;
  margin-bottom: 30px;
}

.content-block-carousel-wrapper .content-block-carousel {
  margin-bottom: 90px;
}

@media (min-width: 768px) {
  .content-block-carousel-wrapper .content-block-carousel {
    margin-bottom: 60px;
  }
}

.content-block-carousel-wrapper .content-block-carousel .carousel-inner .carousel-item {
  min-height: 92px;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-inner .carousel-item .left-item {
  position: absolute;
  width: 69px;
  height: 69px;
  border: 2px solid #F08B77;
  border-radius: 50%;
  left: 0;
  top: 10px;
  display: grid;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-inner .carousel-item .right-item {
  padding-left: 100px;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-inner .carousel-item .right-item p {
  color: #666666;
  line-height: 30px;
  text-align: left;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-inner .carousel-item .right-item p b {
  font-weight: 700;
  color: #F08B77;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-inner .carousel-item .right-item p:last-child {
  margin-bottom: 0;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-control-prev, .content-block-carousel-wrapper .content-block-carousel .carousel-control-next {
  width: 30px;
  height: 30px;
  top: unset;
  bottom: -60px;
  border: 2px solid #5C6F9E;
  border-radius: 50%;
  opacity: 1;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-control-prev[disabled="disabled"], .content-block-carousel-wrapper .content-block-carousel .carousel-control-next[disabled="disabled"] {
  pointer-events: none;
  opacity: 0.5;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-control-prev i::before, .content-block-carousel-wrapper .content-block-carousel .carousel-control-next i::before {
  font-size: 12px;
  color: #5C6F9E;
  line-height: 30px;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-control-next {
  right: unset;
  left: 45px;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-indicators {
  margin: auto;
  left: unset;
  right: 0px;
  top: unset;
  bottom: -60px;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-indicators li {
  text-indent: unset;
  width: 18px;
  height: 18px;
  margin: 0 4px;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-indicators li i::before {
  font-size: 18px;
  color: #5C6F9E;
}

.content-block-carousel-wrapper .content-block-carousel .carousel-indicators li.active i::before {
  font-size: 20px;
  content: "\f192";
}
