.service .service-item {
  margin-bottom: 80px;
}
.service .service-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .service .service-item {
    margin-bottom: 60px;
  }
}
.service .service-item .service-image {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 25px 0 25px;
}
.service .service-label {
  margin-bottom: 16px;
  color: #3b7eb6;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.service .service-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
@media (max-width: 991.98px) {
  .service .service-title {
    font-size: 24px;
  }
}
.service .service-text {
  line-height: 2;
  color: #333;
}
.service img {
  border-radius: 8px;
}
.service .link-btn {
  display: inline-block;
  width: 250px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(60, 120, 181, 0.3);
  padding: 20px;
  border-radius: 50px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
}
.service .link-btn img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=service.css.map */