@media only screen and (max-width: 600px ){
    .fix-margin {
        margin-bottom: 10px;
    }
    .margin-fix-bottom {
        margin-bottom: 1rem;
    }
    .no-margin-mobile {
        margin-bottom: 0px !important;
    }
}

@media only screen and (min-width: 1000px) {
    .service-img {
      height: 600px !important;
      object-fit: cover;
    }
  }