:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.mobile-app__inner {
  border-radius: 2.4rem;
  padding: 8rem 10rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.mobile-app__body {
  width: 53.1%;
}
.mobile-app__title {
  color: #fff;
  margin-bottom: 3rem;
}
.mobile-app__summary {
  max-width: 474px;
  margin-bottom: 3.2rem;
}
.mobile-app__image {
  width: 40.8%;
  text-align: center;
}
.mobile-app__image--rounded-corenrs {
  border-radius: 2.4rem;
  position: relative;
  padding-top: 30%;
  overflow: hidden;
}
.mobile-app__image--rounded-corenrs img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-app__btns {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.mobile-app__btns .ia-btn {
  padding: 1rem 2.5rem;
}
.mobile-app__btns--mobile {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-app {
    background: #91278F;
    margin: 0 !important;
  }
  .mobile-app__inner {
    flex-direction: column;
    padding: 3.2rem 0;
  }
  .mobile-app__title {
    margin-bottom: 0.6rem;
  }
  .mobile-app__body {
    width: 100%;
  }
  .mobile-app__image {
    width: 100%;
  }
  .mobile-app__image img {
    max-width: 64%;
  }
  .mobile-app__summary {
    margin-bottom: 2.5rem;
  }
  .mobile-app__btns {
    display: none;
  }
  .mobile-app__btns--mobile {
    display: flex;
    padding-top: 2.5rem;
    width: 100%;
  }
  .mobile-app__btns--mobile .ia-btn {
    width: 100%;
  }
}

/*# sourceMappingURL=mobile-app.css.map */