/* media */
@media screen and (max-width: 992px) {
  .landingBeforeWrper {
    padding: 5rem 1rem;
    overflow: visible;
  }
  .landingTextCol {
    margin-top: 3rem;
  }
  .landingTopImg {
    width: 50%;
  }
  .landRotateText {
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    transform: translate(0, 0%) rotate(0deg);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: var(--whiteColor);
  }
  .sideSmText {
    font-size: 0.6rem;
    text-align: center !important;
  }
  .sidelgText {
    font-size: 2.5rem;
    -webkit-text-stroke: 2px #669aaf;
  }
  .sideTextWrper {
    width: 95%;
    margin: 0.5rem 0;
  }
  .sideImg {
    width: 100%;
    height: auto;
  }
  .closeSide{
    position: absolute;
    left: 3%;
    top: 3%; 
    width: 1.3rem;
    height: auto;
}
.sideLogo{
    position: absolute;
    top: 2%;
    left: 50%; 
    width: 4rem;
    height: auto;
}
}
