.services-wrapper {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}

.services-wrapper .inner-services-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.services-wrapper .inner-image img {
  border-radius: 25px;
  cursor: grab;
  &:active {
    cursor: grabbing;
  }
}



/* .services-wrapper::before {
  content: "";
  position: absolute;
  width: 904px;
  height: 1138px;
  background-image: url(https://7741253.fs1.hubspotusercontent-na1.net/hubfs/7741253/AlabamaONE/global/whats-new-O.svg);
  right: 0;
  /*top: -36%;*/
  bottom:0;
  background-size: contain;
  background-repeat: no-repeat;
} */
.services-wrapper .inner-heading {
  text-align: center;
}
.services-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.services-swiper.arrows-enabled {padding: 0 20px;}
div .swiper-pagination {
  position: static;
  margin: 40px 0px 0px;
  line-height: 1;
}
.image-only-layout div .swiper-pagination {
  margin-top:0;
}

div .swiper-pagination-bullet {
  background-color: #D9D9D9;
  border: 0px;
  font-size: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0px 5px !important;
  opacity: 1;
}
div .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.services_slider-wrap {
  margin: 80px 0px 0px;
}
.sgl-services-wrap {
  height: inherit;
}
.sgl-services-wrap:focus {
  /*     outline: none; */
}
.sgl-services-wrap > * {
  border-radius: 30px;
  background: none;
  padding: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: var(--body-content);
}
.sgl-services-content h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: var(--sub-heading);
}
.sgl-services-content img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.inner-button {
  text-align: center;
  margin: 80px 0px 0px;
}
.services-wrapper a.cta_button {
  min-width: 167px;
}
.services_slider-wrap .slick-track {
  display: flex;
}

.image-only-layout .inner-content {
  display:none;
}

.image-only-layout .sgl-services-wrap > * {
  border: none;
  background: transparent;
}
.inner-image img {
  object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
text-shadow: 4px 0px 2px rgb(0 0 0 / 45%);
}

@media (max-width: 1720px) {
  .services-wrapper::before {
    width: 644px;
    height: 888px;
  }
  .sgl-services-wrap > * {
    padding: 0px;
  }
  .sgl-services-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
  div .swiper-pagination,
  .inner-button {
    margin: 30px 0px 0px;
  }
  div .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0px 3px;
  }
}
@media (max-width: 1199px) {
  .services-wrapper::before {
    width: 454px;
    height: 698px;
    top: -20%;
  }
}
@media (max-width: 767px) {
  .services-wrapper {
    padding: 60px 0px;
  }
  .services-wrapper::before {
    display: none;
  }
  .services_slider-wrap {
    margin: 40px 0px 0px;
  }
  .sgl-services-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
  div .swiper-pagination, .inner-button {
    margin: 30px 0px 0px;
  }
  div .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  .services-wrapper .inner-image img {border-radius: 15px;}
}