.carousel-inner-sap {
  margin-top: 20px;
  background: #ffffff;
  padding: 40px 30px;
  box-shadow: 0px 0px 64px 0px #33007d1a;
  border-radius: 16px;

  @media screen and (max-width: 991px) {
    padding: 20px 10px;
  }
}

.card.text-center {
  background-color: transparent;
}
.card {
  background-color: transparent;
}
.carousel-card-text {
  margin-top: 20px;
}
.botoes-carrocel-sap {
  position: relative;
  display: flex;
  justify-content: end;
  padding: 50px 0;
}
.botoes-carrocel-sap .botao-sap.slick-prev {
  left: auto !important;
  right: 60px !important;
}
.botoes-carrocel-sap .botao-sap.slick-next {
  right: auto !important;
}
.botoes-carrocel-sap .botao-sap.slick-prev img,
.botoes-carrocel-sap .botao-sap.slick-next img {
  width: 50px;
  height: 50px;
}
.imagem-sap {
  border-radius: 30px;
}
.card-title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;

  @media screen and (max-width: 1580px) {
    font-size: 25px;
    line-height: 30px;
  }

  @media screen and (max-width: 992px) {
    font-size: 20px;
    line-height: 24px;
  }

  @media screen and (max-width: 520px) {
    font-size: 16px;
    line-height: 19.5px;
  }
}
.subtitle {
  font-size: 28px;
  font-weight: 400;
  line-height: 34.13px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.card-text,
.card-text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;

  @media screen and (max-width: 520px) {
    font-size: 16px;
    line-height: 19.5px;
  }
}
.carousel-title {
  color: #6800ff;

  font-size: 28px;
  font-weight: 700;
  line-height: 34.13px;

  @media screen and (max-width: 520px) {
    font-size: 16px;
    line-height: 19.5px;
  }
}
.carousel-text,
.carousel-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  color: #222222;

  @media screen and (max-width: 520px) {
    font-size: 12px;
    line-height: 14.63px;
  }
}

.our-services-block {
  .card-body {
    padding: 0;
  }
}
.our-services-block .slick-dots {
  bottom: -40px !important;
  right: 0;
}
.our-services-block .slick-dots li.slick-active button:before {
  font-size: 12px !important;
  color: #6800ff !important;
}
.our-services-block .slick-dots li:not(.slick-active) button:before {
  font-size: 12px !important;
  color: #6800ff !important;
  opacity: 15% !important;
}

.our-services-block button.slick-prev img {
  transform: rotate(180deg);
}
