@media only screen and (max-width: 815px) and (min-width: 200px) {
  * {
    box-sizing: border-box;
  }
  .nav-link,
  .nav-link:hover,
  .nav-link:focus {
    color: white;
    margin-left: 10px;
    font-weight: 600;
  }

  .content {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
  }
  .content-text {
    width: 70%;
  }
  .content-text h1 {
    width: 100%;
    font-size: 42px;
    color: white;
  }
  .content-text p {
    font-size: 16px;
    color: white;
    margin-bottom: 50px;
  }
  .content-text a {
    font-size: 20px;
    color: rgb(0, 0, 0);
    padding: 10px 60px;
    border: none;
    border-radius: 40px;
    background-color: white;
  }
  .image {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  #img-1 {
    display: block;
  }
  #img-2 {
    display: none;
  }
  #img-3 {
    display: none;
  }
  .icons {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .icons i {
    color: white;
    font-size: 20px;
    margin-left: 10px;
    text-align: center;
  }
  .button-div {
    display: block;
    text-align: center;
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .button-div img {
    background-color: white;
    margin-left: 10px;
    margin-top: 150px;
  }
  #image-1 {
    width: 50px;
  }
  #image-2 {
    width: 50px;
  }
  #image-3 {
    width: 45px;
  }
}
