.for-img {
    height: 352px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .service-title {
        margin-top: 20px;
    }

    .trmt .for-tablet-and-mobile {
        display: none;
    }

    .tremt .for-tablet-and-mobile {
        display: none;
    }
}

@media (min-width: 1024px) {
  /* Styles for desktop screens go here */
  .trmt .row .for-desktop {
    display: none;
  }

  .tremt .row .for-desktop {
    display: none;
  }
}

