.strong-service-section {
  position: relative;
  z-index: 1;
  padding: clamp(30px, 4.166667vw, 80px) 0;
}
.strong-service-section .row{
  align-items:center
}
.strong-service-section.pt-100 {
  padding-top: 100px;
}
.strong-service-section.pb-70 {
  padding-bottom: 70px;
}


.strong-service-section .service-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}
.strong-service-section .service-content p {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.strong-service-section .service-content h2 {
  font-size: clamp(24px, 1.56vw, 30px);
  font-family: var(--font-family);
}

.strong-service-section .primary-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: var(--button-radius);
  border: none;
  padding: 10px 30px;
  z-index: 1;
  color: var(--color-second);
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font-family);
  line-height: 1.8;
  text-transform: capitalize;
  cursor: pointer;
}

.strong-service-section .primary-btn::before,
.strong-service-section .primary-btn::after {
  content: "";
  position: absolute;
  width: calc(50% + 4px);
  height: 0;
  background-color: var(--color-second);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.strong-service-section .primary-btn::before {
  bottom: 0;
  left: 0;
}

.strong-service-section .primary-btn::after {
  top: 0;
  right: 0;
}

.strong-service-section .primary-btn:hover {
  color: var(--color-primary);
}



.strong-service-section .service-content .primary-btn {
  background: #fff;
  font-family: var(--title-font-family);
}

.strong-service-section .slider-item {
  padding: 0px 10px;
  margin-bottom: 30px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.strong-service-section .strong-service-slider{
  display:flex
}

.strong-service-section .slider-item > i img {
  display: inline-block;
}

.strong-service-section .slider-item h3 {
  margin-top: 10px;
  color: #333;
  font-size: clamp(12px, 0.94vw, 18px);
  text-align: center;
  font-family: var(--font-family);
}
.strong-service-section .slider-item h3 a{
  margin-top: 10px;
  color: #333;
}
.strong-service-section .slider-item p {
  margin-bottom: 20px;
}

.strong-service-section .slider-item .read-more-btn i {
  vertical-align: -2px;
  color: var(--color-primary);
}

.strong-service-section .owl-nav {
  display: flex;
  justify-content: center;
}

.strong-service-section .slider-item
.strong-service-section .owl-prev,
.strong-service-section .owl-next {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  margin-right: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--color-second);
  text-align: center;
  font-size: 26px;
  border: none;
  line-height: 39px;
}

.strong-service-section .owl-prev i,
.strong-service-section .owl-next i {
  line-height: 1.3;
  font-size: 20px;
}

.strong-service-section .owl-next {
  margin-right: 0;
}

.strong-service-section .owl-prev:hover,
.strong-service-section .owl-next:hover {
  background: var(--color-second);
  color: var(--color-primary);
}


@media (min-width: 991px) {

  .strong-service-section .service-content p {
    margin-bottom: 30px;
  }
  .strong-service-section .slider-item {
    max-width: 350px;
    margin-bottom: 0;
  }
  .strong-service-section .owl-nav {
    position: absolute;
    left: -20px;
    bottom: 0;
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 990px) {
  .strong-service-section .service-content {
    padding: 0;
    margin-bottom: 20px;
  } 
  .strong-service-section .service-content p,
  .strong-service-section .service-content .cta-btn
  {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .strong-service-section.pt-100 {
    padding-top: 90px;
  }
  .strong-service-section.pb-70 {
    padding-bottom: 60px;
  }
  .strong-service-section .service-content {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
  .strong-service-section .service-content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 545px;
  }
}

@media only screen and (max-width: 767px) {
  .strong-service-section.pt-100 {
    padding-top: 50px;
  }
  .strong-service-section.pb-70 {
    padding-bottom: 20px;
  }

  .strong-service-section .slider-item > i {
    margin-left: auto;
    margin-right: auto;
  }
  .strong-service-section .primary-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .strong-service-section .strong-service-slider {
    flex-wrap: wrap;
  }
  .strong-service-section .slider-item{
    width: 50%;
  }
}
