@media screen and (max-width: 992px) {
  .menu-bar-mobile {
    right: 20px !important;
    /* Adjusted for larger screen */
  }

  .rs-background-video-layer .tp-parallex-wrap {
    top: 60px !important;
    /* Slightly increased for better spacing */
  }

  .mob>* {
    color: #fff !important;
    padding-top: 1.5rem !important;
    /* Reduced padding for larger screen */
    font-size: 2rem !important;
    /* Adjusted font size */
    line-height: 2.5rem !important;
    /* Adjusted line height */
  }

  .pre-mob,
  .pre-mob>* {
    letter-spacing: 0 !important;
    font-size: 1.125rem !important;
    /* Slightly smaller font size */
    line-height: 1.4em !important;
    /* Adjusted line height */
    font-weight: 400 !important;
    /* display: none !important; */
  }

  .wrapper-15 .col-lg-2 {
    max-width: 90% !important;
    /* Adjusted width for larger screen */
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0.8rem !important;
    /* Reduced margin for larger screen */
    margin-right: 0.8rem !important;
    /* Reduced margin for larger screen */
  }
}
