@media screen and (max-width: 950px) {

  
  #header h1 {
    font-size: 48px;
    line-height: 1.2;
  }
  #header h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 730px) {
  #header h1 {
    font-size: 38px;
    
  }
  #header h2 {
    font-size: 20px;
  }
 
  #footer #footer-left {
    margin-bottom: 15px;
  }
  #footer #footer-left, #footer #footer-right {
    display: block;
    float: none;
    text-align: center;
   
  }
  #content-left  {
    max-width: 98%;
    display: block;
    margin: 0 auto;
  }
  #content-left h4 {
    max-width: 96%;
    padding-right: 4%;
    position: relative;
  }
  #content-left h4 img {
    position: absolute;
    right: 5px;
    top: 10px
  }
}
@media screen and (max-width: 600px) {
  #header h1  {
    font-size: 30px;
    text-align: center;
  }
  #content-left h4 {
    font-size: 17px;
  }
  #header h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  #header h3 {
    font-size: 18px;
    text-align: center;
  } 
  #header h4 {
    font-size: 18px;
    text-align: center;
  }
  #blue-line p {
    font-size: 18px;
    text-align: center;
  }
  #arrow {
    display: none;
  }
  .check-fields p {
      font-size: 16px;
    }
}

@media screen and (max-width: 340px) {

  .question h4 {
    font-size: 15px; 
  }
  .form input[type="text"] {
    width: 252px;
  }
  .form input[type="submit"] {
    width: 272px;
  }
}