.bg-primary{
    background-color: #356b62 !important;
}


.service-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (min-width: 992px) {
  .service-image img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  .service-image img {
    height: auto !important;
    max-height: 60vh;
  }
}
