.lnd-body {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.lnd-body{
  background-image: var(--web-bg-image);
  background-repeat: no-repeat;
}

.o-mobile, .o-mobile-flex {
  display: none !important;
}

.o-width-full {
  width: 100%;
}

.o-width-1 {
  width: 12.5%;
}

.o-width-2 {
  width: 30%;
}

.o-height-full {
  height: 100%;
}

.o-height-1 {
  height: 57.5%;
}

.o-height-2 {
  height: 42.5%;
}

.o-height-1 {
  height: 57.5%;
}

.o-height-3 {
  height: 25%;
}
.o-height-4 {
  height: 75%;
}

.o-mx-1 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.dsp-flex {
  display: flex;
}

.br-color {
  border-color: var(--br-color);
}

.br-style {
  border-style: solid;
  border-width: 1px;
}

.o-item {
  width: 22.5%;
}

@media (max-width: 991px) {
  .lnd-body{
    background-image: var(--mob-bg-image);
    background-repeat: round;
  }

  .o-web {
    display: none !important;
  }

  .o-mobile {
    display: block !important;
  }
}
