.app-section {
  width: 100%;
  height: 645px;
  padding: 74px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.app-section .app-section__app-card {
  position: relative;
  display: flex;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 44px;
  border-radius: 20px;
  background: var(--Inspirational-Green, #e7f7f1);
  box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.15);
}
.app-section .app-section__app-card h3 {
  color: var(--Good-Green, #10a867);
  font-family: Libre Franklin;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
}
.app-section .app-section__app-card p {
  color: var(--Nedbank-Green, #006341);
  font-family: Libre Franklin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  align-self: stretch;
  margin-bottom: -2px;
  margin-top: -18px;
}
.app-section .app-section__app-card .app-card__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.app-section .app-section__app-card .app-card__buttons button {
  width: 122.85px;
  height: 37.968px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.app-section .app-section__app-image {
  width: 153px;
  height: 186px;
  transform: rotate(8.531deg);
  position: absolute;
  right: 0px;
  top: -74px;
}
@media (min-width: 769px) {
  .app-section .app-section__app-card {
    width: 631px;
    height: 446px;
  }
  .app-section .app-section__app-card p {
    width: 535px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
  }
  .app-section .app-section__app-card .app-card__buttons {
    justify-content: start;
    gap: 24px;
  }
  .app-section .app-section__app-image {
    width: 490px;
    height: 596px;
    right: -400px;
    top: -43px;
  }
}

/*# sourceMappingURL=app.css.map */
