/* [project]/app/page.module.css [app-client] (css) */
.page-module__E0kJGG__screenshotsSection {
  margin-bottom: 150px;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__screenshotsSection {
    margin-bottom: 50px;
  }
}

.page-module__E0kJGG__screenshotsSection h2 {
  font-family: var(--font-docker);
  text-align: center;
  margin-bottom: 100px;
  font-size: 40px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .page-module__E0kJGG__screenshotsSection h2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 425px) {
  .page-module__E0kJGG__screenshotsSection h2 {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.page-module__E0kJGG__screenshotsTrioSection {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
  display: flex;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__screenshotsTrioSection img {
    width: 320px;
    height: 260px;
  }
}

.page-module__E0kJGG__screenshotsTrioSection p {
  font-family: var(--font-raleway);
  max-width: 540px;
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__screenshotsTrioSection p {
    text-align: center;
    font-size: 16px;
  }
}

.page-module__E0kJGG__screenshotsTrioSection p span {
  font-family: var(--font-docker);
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__screenshotsTrioSection p span {
    font-size: 24px;
  }
}

.page-module__E0kJGG__appScreenshotsStep {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__appScreenshotsStep {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .page-module__E0kJGG__appScreenshotsStepImage {
    width: 285px;
    height: 350px;
    margin-bottom: 32px;
  }

  .page-module__E0kJGG__appScreenshotsStep:nth-child(2) {
    flex-direction: column;
  }

  .page-module__E0kJGG__appScreenshotsStep:nth-child(2) .page-module__E0kJGG__appScreenshotsStepImage {
    width: 310px;
    height: 335px;
  }
}

.page-module__E0kJGG__appScreenshotsStepCounter {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__appScreenshotsStepCounter {
    width: 50px;
    height: 50px;
  }
}

.page-module__E0kJGG__appScreenshotsStep p {
  text-align: center;
  font-family: var(--font-raleway);
  max-width: 540px;
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__appScreenshotsStep p {
    font-size: 16px;
  }
}

.page-module__E0kJGG__appScreenshotsSectionFinalText {
  font-family: var(--font-docker);
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 400;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__appScreenshotsSectionFinalText {
    font-size: 24px;
  }
}

.page-module__E0kJGG__appScreenshotsSectionStoresButtons {
  text-align: center;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__appScreenshotsSectionStoresButtons {
    justify-content: center;
    display: flex;
  }
}

.page-module__E0kJGG__appScreenshotsSectionStoresButtons img {
  margin-right: 24px;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__appScreenshotsSectionStoresButtons img {
    margin-right: 2px;
  }
}

.page-module__E0kJGG__aboutUsSection {
  margin-bottom: 150px;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__aboutUsSection {
    margin-bottom: 50px;
  }
}

.page-module__E0kJGG__aboutUsSection h2 {
  font-family: var(--font-docker);
  text-align: center;
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: 400;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__aboutUsSection h2 {
    margin-bottom: 32px;
    font-size: 24px;
  }
}

.page-module__E0kJGG__aboutUsSectionPhotos {
  justify-content: space-around;
  margin-bottom: 70px;
  display: flex;
}

@media (max-width: 768px) {
  .page-module__E0kJGG__aboutUsSectionPhotos {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
  }
}

.page-module__E0kJGG__aboutUsSectionPhotos img {
  margin-bottom: 24px;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__aboutUsSectionPhotos img {
    width: 315px;
    height: 300px;
  }
}

.page-module__E0kJGG__aboutUsSectionPhotos figcaption {
  font-family: var(--font-raleway);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__aboutUsSectionPhotos figcaption {
    font-size: 16px;
  }
}

.page-module__E0kJGG__aboutUsSectionProblemText {
  font-family: var(--font-raleway);
  text-align: center;
  max-width: 990px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__aboutUsSectionProblemText {
    font-size: 16px;
  }
}

.page-module__E0kJGG__support {
  font-family: var(--font-raleway);
  margin-bottom: 66px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 425px) {
  .page-module__E0kJGG__support {
    margin-bottom: 24px;
    font-size: 16px;
  }
}

.page-module__E0kJGG__lawLinks {
  font-family: var(--font-raleway);
  font-size: 20px;
  font-weight: 400;
}

