.industries-hero {
    padding: 90px 0;
    background-image: url(/assets/images/industries-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.industries-hero .container > div {
  max-width: 670px;
  margin: auto;
}

.all-service {
  padding: 100px 0;
}
.all-service .container h2 {
  color: #001d48;
  font-size: 24px !important;
  line-height: 133.333% !important;
}
.all-service .horizental-line {
  height: 1px;
  background-color: #dbe5f3;
  flex: 1;
}
.all-service .gap-5 {
  gap: 74px !important;
}

.service-card {
  padding: 15px 16px;
  background-color: #ffffff;
  border: 1px solid rgba(176, 203, 243, 0.6);
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  transition: all 0.3s !important;
}
.service-card:hover {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
}
.service-card.gap-3 {
  gap: 12px !important;
}
.service-card h4 {
  color: #30496e;
  font-size: 20px;
  line-height: 160%;
}

.transportation-service .btn {
  background-color: #1665f5 !important;
  color: #ffffff !important;
  display: flex;
  max-width: 215px;
  margin: auto;
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .service-card h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .industries-hero,
  .all-service {
    padding: 45px 0;
  }
  .all-service .container h2 {
    font-size: 20px !important;
  }
  .all-service .gap-5 {
    gap: 20px !important;
  }
  .service-card {
    padding: 10px;
  }
  .service-card h4 {
    font-size: 16px;
  }

.professional-service, .health-service, .retail-service, .creative-service, .education-service, .event-service, .real-estate-service, .transportation-service {
    margin-top: 25px;
}


}

@media (max-width: 380px) {
  .service-list-wrap .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
