
.service-Modalcontent figure.mb-4 {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .service-Modalcontent figure.mb-4 {
      height: auto;
    }
  }

.service-Modalcontent img {
    object-fit: cover !important;
    height: 100% !important;
}
