.service-list .service-lists a {
   position: relative;
   z-index: 10;
}

.service-list .service-lists a p {
   z-index: 5;
   /* padding-bottom: 50px; */
   bottom: 80px;
}

.service-card-copy {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 3;
   padding: 78px 20px 18px;
   color: #ffffff;
   font-size: 15px;
   line-height: 1.45;
   /* background: linear-gradient(180deg, rgb(11, 46, 29) 0%, rgba(11, 46, 29, 0.85) 46%, rgba(11, 46, 29, 0.95) 100); */
   background: linear-gradient(180deg, rgba(11, 24, 40, 0) 0%, rgba(11, 24, 40, 0.86) 46%, rgba(11, 24, 40, 0.95) 100%);
   text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
   min-height: 160px;
}

@media screen and (max-width: 575px) {
   .inner-content h1 {
      font-size: 32px !important;
   }

   .service-list .service-lists a p {
      bottom: 90px;
   }

   .service-card,
   .service-card img {
      min-height: 260px;
   }

   ul.gallery {
      --bs-gutter-x: 12px;
      --bs-gutter-y: 12px;
   }

   ul.gallery li {
      padding: 0 calc(var(--bs-gutter-x) * 0.5);
      margin: 2% 0;
   }
}