.mobile-layout-warpper {
  padding: 80px 0;
}
.mobile-layout-warpper .mobile-layout-content-heading {
  font-size: calc(2rem + 1vw);
  color: #000;
  font-weight: bold;
  line-height: calc(2.4rem + 1vw);
}
.mobile-layout-warpper p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}
.mobile-layout-warpper .inner-layout-name {
  text-transform: uppercase;
  color: #000;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.mobile-layout-warpper .MobileLayout .theme-mobile-new {
  position: relative;
  max-width: 50%;
  margin: 0 auto;
}
.mobile-layout-warpper .MobileLayout .theme-mobile-new .MobileLayoutOne {
  position: relative;
}
.mobile-layout-warpper .MobileLayout .theme-mobile-new .MobileLayoutTwo {
  position: absolute;
  border-radius: 0.4rem;
  bottom: 12%;
  right: -48%;
  height: auto;
  width: 70%;
  box-shadow: -11px 9px 20px 6px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.mobile-layout-warpper .MobileLayout .theme-mobile-new .MobileLayoutThree {
  position: absolute;
  border-radius: 0.4rem;
  top: 3%;
  left: -49%;
  height: auto;
  width: 70%;
  box-shadow: -11px 9px 20px 6px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.mobile-layout-warpper .MobileLayout .theme-mobile-new .MobileLayoutFour {
  position: absolute;
  border-radius: 0.4rem;
  bottom: 30%;
  left: -47%;
  height: auto;
  width: 70%;
  box-shadow: -11px 9px 20px 6px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .mobile-layout-warpper {
    padding: 60px 0;
  }
  .mobile-layout-warpper .MobileLayoutTwo,
  .mobile-layout-warpper .MobileLayoutThree,
  .mobile-layout-warpper .MobileLayoutFour {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .mobile-layout-warpper .mobile-layout-content {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=mobile-layout.css.map */