
/* Mobile (up to 767px) */
@media (max-width: 767px) {
  .tximage__image img {
    height: 300px;
    object-fit: cover;
}
}

