.mm-marquee-wrapper.mm-mar-v2-wrapper {
  .room:before {
    display: none;
  }

  .room-description {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    font-family: var(--font-inter);
    white-space: nowrap;
  }

  .room-icon {
    max-width: 20px;
  }

  .room-text,
  .room-inner,
  .rooms {
    gap: 10px;
  }

  @media (min-width: 992px) {
    .room-text,
    .room-inner,
    .rooms {
      gap: 36px;
    }

    .room-description {
      font-size: 16px;
    }

    .room-icon {
      max-width: 27px;
    }
  }
}