@media screen and (min-width: 650px) {
  .hero p {
    
    font-size: 3rem;
}
.header {
  height: 90vh;
}
.button{
  font-size: 2rem;
}

p {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

footer .top {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

footer .top > div {
  width: 30%;
}
}

@media screen and (min-width: 700px) {
  .easy_moving .commitment .top{
    display: flex;
    
    flex-wrap: nowrap;
    align-items: center;
  }

  .easy_moving .image  img,
  .why_klar .image  img {
    min-width: 400px;
    padding: 1rem;
  }

  p {
    font-size: 1.3rem;
  }

  .choice .solution {
    display: flex;
    margin-top: 1rem;
    align-items: center;
  }

  .solution .choice img {
    min-width: 400px;
  }

  .selling_point .content .image {
    text-align: center;
    
  }

  .selling_point .content img {
    max-width: 350px;
  }

  footer p {
    font-size: 1.5rem;
  }

  footer .contact p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 850px) {
    body {
  padding: 20px;

    }
    .no_show_large {
        display: none;
    }

    .no_show_small {
        display: block;
    }

    h1 {
        font-size: 4rem;
        line-height: 6rem;
        letter-spacing: 3px;
      }

      .hero p {
        margin-top: 5rem;
        font-size: 2.5rem;
        letter-spacing: 2px;
      }

      p {
        font-size: 1.5rem;
      }

      .selling_point .point {
        margin-bottom: 6rem;
      }
      .selling_point .content {
        display: flex;
        align-items: center;
      }

      .selling_point .content img {
        min-width: 400px;
      }

      .selling_point h3 {
        text-align: center;
      }

      .about,
      .services_page {
        max-width: 800px;
        margin: 2rem auto;
      }
}

@media screen and (min-width: 900px) {
  .service_cards {
    display: flex;
    justify-content: center;
  }

  .service_card {
    margin: 0 1rem;
  }
}

@media screen and (min-width: 950px) {
  p {
    font-size: 2rem;
  }

  .hero p {
    
    font-size: 3rem;
}

.service_card p {
  font-size: 1.8rem;
}
.header {
  height: 80vh;
}
.button{
  font-size: 2rem;
}

.ready .content {
  display: flex;
  align-items: center;
}

.move_box img{
  min-width: 400px;
}
}

  