
    .static-service-section{
  padding: 90px 0;
  background:#f9fafb;
}

.service-content h2{
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-content p{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.service-btn{
  display:inline-block;
  margin-top:20px;
  padding:14px 30px;
  background:#0d6efd;
  color:#fff;
  border-radius:50px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

.service-btn:hover{
  background:#084298;
  color:#fff;
}

.service-image img{
  max-width:100%;
  border-radius:18px;
  box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

/* Responsive */
@media(max-width:991px){
  .static-service-section{
    text-align:center;
  }

  .service-image{
    margin-top:40px;
    margin-bottom: 40px;
  }
}

