@media screen and (max-width: 1200px){
  .cont{
    width: 90%;
  }
  h1{
    color: white;
    font-size: 60px;
    margin: 40px 0;
    text-align: center;
    font-weight: bold;
    position: static;
    transform: translateX(0);
    white-space: normal;
  }
  #Hello h2{
    margin: 15px 0 40px 0;
    line-height: 40px;
    text-align: center;
    position: static;
    transform: translateX(0);
    white-space: normal;
  }

  #Hello_icons{
    overflow: hidden;
    position: relative;
    bottom: 0;
    transform: translateX(-50%);
    float: left;
  }

  .Hello_icon{
    width: 150px;
    margin: 30px
  }

  #Hello{
    height: auto;
  }
  .Kind{
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 80px;
  }
  #Kinds{
    margin-bottom: 0;
  }
  .footer_species{
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 80px;
  }
  .texts{
    text-align: justify;
  }
}

@media screen and (max-width: 720px){
  #Hello_icons{
    overflow: hidden;
    position: relative;
    bottom: 0;
    transform: translateX(-50%);
    float: left;
    width: 150px;
    margin-bottom: 30px;
  }

  #Hello{
    background-position: right;
  }

  .Hello_icon{
    width: 150px;
    margin: 30px 0;
  }
  .Tables{
    width: 100%;
  }
  .phone_delete{
    display: none;
  }
  .Tables td{
    line-height: 36px;
  }
  .Kind, .footer_species{
    width: 100%;
    margin: 0 0 60px;
  }
  .Kind img, .footer_species img{
    width: 100%;
  }
  h1{
    font-size: 56px;
  }
  .breadcrumbs{
    line-height: 26px;
  }
  .warning{
    line-height: 25px;
  }
}
