.services-23-title h4 {
  margin-top: 20px;
  color: #61656A;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 104.9%;
  text-transform: capitalize;
  padding-bottom: 21px;
  position:relative;
}

.services-23-desc p {
  color: #61656A;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 149.4%;
  max-width: 340px;
  min-height: 187.69px;
}

.services-23-button a {
  background: #cc9412;
  border-radius: 49px;
  padding: 20px 27px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

/* .services-23-columns {
  display: flex;
  overflow: hidden; /* Ensure the items are contained within the slider */
} */
/* 
.services-23-col {
  padding: 0px 34px 30px;
  max-width: 500px;
  width: 100%;
} */

.services-23-main {
  padding: 40px 0 0;
  border-top: 1px solid rgba(97, 101, 106, 0.31);
}

.services-23-row-1 {
  border-bottom: 1px solid rgba(97, 101, 106, 0.31);
   max-width: 1140px;
    margin: 0 auto;
  padding:0 30px 30px;
}
.services-23-text{
    width: fit-content;
    margin-left: 0 !important;
}
.services-23-text h4 {
  color: #61656A;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 104.9%;
  margin-bottom: 32px;
}

.services-23-text h4:after {
  content: none;
}

.services-23-title h4:after {
  border: none;
  background: url(https://www.algorithminc.com/hubfs/Algorithm-2023/images/Line%2021.png);
  padding: 0px;
  left: 0;
  position: absolute;
  max-width: 351px;
  height: 1px;
  width: 100%;
  bottom: 0;
  content: "";
}

.services-23-button {
  padding: 15px 0 15px;
}

.services-23-row-2 {
  border-bottom: 1px solid rgba(97, 101, 106, 0.31);
}

.slick-arrow {
  position: absolute;
  right: 0;
  bottom: -77px;
  cursor: pointer;
}

.services-23-row-1 .slick-prev {
  right: 20%;
}

.services-23-row-1 .slick-next {
  right: 16%;
}

.services-23-row-1 .container {
  width: 100% !important;
  max-width: 100% !important;
}

.services-23-row-1 .slick-list {
  padding-left: 14%;
}

.services-23-img {
  max-width: 350px; 
  max-height: 150px; 
  width: 100%; 
  height: auto;
  min-height: 150px;
  background-color: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.services-23-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-23-row-2 .arrow-txt-wrap{
    display: flex;
    align-items: center;
      justify-content: space-between;
}
.services-23-row-2 .services-23-arrow-wrapper{
    position: relative;
    width: 150px;
    margin-right: 0 !important;
}
.services-23-row-2 .services-23-arrow-wrapper .item{
  display:inline-block;
}
.services-23-row-2 .swiper-button-prev:after, .services-23-row-2 .swiper-button-next:after{
content:none;
}
.services-23-row-2 .swiper-button-prev{
     background-image: url("https://www.algorithminc.com/hubfs/Algorithm-2023/ERP-blog/left-arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
}
.services-23-row-2 .swiper-button-next{
     background-image: url("https://www.algorithminc.com/hubfs/Algorithm-2023/ERP-blog/right-arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
}
@media(max-width: 1199px) {
  .services-23-title h4 {
    font-size: 28px;
    line-height: 104.9%;
  }
  .services-23-text h4 {
    font-size: 28px;
  }
} 



@media(max-width: 767px) {
 
  .services-23-text h4 {
    font-size: 18px;
    max-width: 204px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slick-arrow {
    bottom: -62px;
    width: 46px;
  }
  .services-23-desc p {
    min-height: auto;
  }
  .services-23-main {
    padding: 30px 0 0;
  }
 
}
