
 body{
   font-size: 17px;;
} 

@media(max-width:768px){
  body{
    font-size: 14px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.service > a {
  color: #6c7bfd !important;
 }
 .ftco-navbar-light .navbar-nav > .nav-item.service > a:before {
  visibility: visible;
  background-color: #6c7bfd;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  top: 4.4rem;
}


  .service-number-left {
    font-weight: bold;
    color: rgba(0,0,0,0.18);
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 0;
  }
  .service-number-right {
    
    font-weight: bold;
    color: rgba(0,0,0,0.18);
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 0;
  }
  .service-content {
    position: relative;
    z-index: 1;
  }

  .service-img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }

  .divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #f69701, #ffc109);
    margin: 10px auto;
  }

  .feature-list {
    padding-left: 1.2rem;
  }

  .feature-list li::marker {
    color: #00b894;
  }
  @media (max-width: 767.98px) {
  .service-block {
    padding: 50px 0;
  }

  .service-number-left,
  .service-number-right {
    font-size: 60px;
    top: 0;
  }

  .col-md-4,
  .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-content .col-md-4,
.service-content .col-md-8 {
  padding: 15px 25px; /* this gives nice spacing between image and text */
}
  @media (min-width: 768px) {
    .reverse {
      flex-direction: row-reverse;
    }
  }