@media (max-width: 85em) {
  /* width-1360 */
  .step-info {
    display: flex;
    padding-left: 5rem;
    padding-right: 5rem;
    align-self: center;
    text-align: center;
    line-height: 2.2rem;
  }
}

@media (max-width: 77em) {
  /* width-1232 */

  .step {
    display: flex;
    flex-direction: column;
  }

  .steps-pic {
    width: 350px;
    height: 350px;
  }
  .step-info {
    font-size: 2.8rem;
    line-height: 3rem;
    padding-left: rem;
    padding-right: 4rem;
  }
  .vector {
    display: none;
  }
  .vector-mobile {
    margin-top: 2rem;
    display: inline-block;
  }
}

@media (max-width: 53rem) {
  /* width-848 */
  .who-we-are,
  .why-choose-us,
  .what-are-n-coins,
  .our-achievements,
  .how-to-get-started,
  .contact-us {
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 10rem;
  }
  .who,
  .why,
  .what {
    display: grid;
    grid-template-columns: 1fr;
  }
  .who img {
    order: 1;
  }

  .who-description {
    order: 2;
  }

  .why img {
    order: 3;
  }

  .why-description {
    order: 4;
  }
  .how-to-get-started {
    margin-bottom: 3rem;
  }
  .steps-pic {
    width: 250px;
    height: 250px;
  }
  .step-info {
    font-size: 2.6rem;
  }
  .contact-us {
    margin-bottom: 3rem;
  }
  .contact-box {
    display: flex;
    padding: 4rem;
    justify-content: center;
  }

  .contact-text {
    display: none;
  }

  .contacts-box {
    padding-top: 1rem;
    padding-right: 1.8rem;
  }

  .support {
    justify-self: center;
    align-items: center;
  }
  .contact-box p {
    line-height: 3.6rem;
  }
}

@media (max-width: 47rem) {
  /* width-752 */
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .how-to-get-started {
    margin-bottom: 3rem;
  }
  .step {
    display: flex;
    flex-direction: column;
  }
  .steps-pic {
    width: 230px;
    height: 230px;
    object-fit: contain;
  }

  .vector {
    display: none;
  }
  .vector-mobile {
    display: inline-block;
  }
  .achievement-boxes {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .box {
    border-radius: 1.8rem;
    color: white;
    padding: 3rem 2rem;
  }
  .box h3 {
    font-size: 5rem;
  }
  .box p {
    font-size: 2rem;
  }
  .box1 {
    padding-top: 6.4rem;
    padding-bottom: 10rem;
    /* height: 60%; */
    width: 100%;
  }

  .box3 {
    width: 100%;
    height: 100%;
    margin-top: 0.2rem;
  }
  .second-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;

    margin-top: -5rem;
  }
  .contact-box {
    display: flex;
    padding: 4rem;
    justify-content: center;
  }
  .contact-text {
    display: none;
  }

  .support {
    justify-self: center;
    align-items: center;
  }
  .contact-box p {
    line-height: 3.6rem;
  }
}

@media (max-width: 27em) {
  /* width: 400; */
  .first-logo {
    height: 60px;
  }
  header {
    font-size: 3.4rem;
  }
  h1 {
    font-size: 5.5rem;
  }
  .hero-descriptions {
    display: inline-block;
  }
  .hero-description {
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
  }
  .who-we-are,
  .why-choose-us,
  .what-are-n-coins,
  .our-achievements,
  .how-to-get-started,
  .contact-us {
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 10rem;
  }
  .who,
  .why,
  .what {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-us {
    margin-bottom: 2rem;
  }
  .how-to-get-started {
    margin-bottom: 2rem;
  }
  .step {
    display: flex;
    flex-direction: column;
  }
  .steps-pic {
    width: 200px;
    height: 200px;
  }
  .step-info {
    font-size: 2rem;
  }
  .arrow {
    align-self: center;
  }
  .vector {
    display: none;
  }
  .vector-mobile {
    display: inline-block;
    justify-content: center;
  }
  .contact-box {
    display: grid;
    grid-template-rows: 1fr 1fr;
    padding: 2.6rem;
  }
  .contacts-box {
    padding: 2rem;
  }
  h4 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .contact-box p {
    font-size: 1.6rem;
    line-height: 3.8rem;
  }
  .support {
    justify-self: center;
    align-items: center;
  }

  footer {
    height: 100%;
  }
  .footer {
    display: flex;
    flex-direction: column;
  }
  .footers {
    align-self: center;
  }
  .footer-logo {
    width: 100px;
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 3rem;
  }
  .footer-links {
    margin-top: 5rem;
  }
  .footer-three {
    margin-top: 2rem;
    align-self: center;
  }
  .follow {
    font-size: 2rem;
    font-weight: 500;
  }
  .footer-pics {
    gap: 0.6rem;
  }
  .footer-pic {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 23em) {
  /* width: 540; */

  .features {
    display: flex;
    flex-direction: column;
  }

  h2 {
    font-size: 2rem;
  }
}
