.box-modal {
    width: 700px;
    }
#exampleModal2 h4{
      text-align: center;
    margin: 5px 10px 17px;
    font-family: 'Roboto Slab';
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #1B1B1B;
}
#exampleModal2 p{
  font-family: 'Open Sans';
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
#left-rzg{
      float: left;
    width: 300px;
    text-align: center;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 30px;
}
#left-rzg div{
      margin-bottom: 20px;
    margin: 5px 10px 17px;
    font-family: 'Roboto Slab';
    font-size: 20px;
}
#left-rzg img{
  width: 250px;
    border-radius: 4px;
}
#right-rzg{
      float: left;
    width: 250px;
    text-align: center;
    margin-top: 30px;
}
#right-rzg form{
      margin-top: 50px;
}
#right-rzg input[type='text']{
  display: inline-block;
    margin-bottom: 20px;
    font-family: 'Open Sans';
    line-height: 30px;
    padding: 0px 10px;
    width: 200px;
}
#right-rzg input.error{
  border: 1px solid red;
}
#right-rzg input[type='submit']{
      background: #F04F1E;
    border: 0;
    color: #fff;
    font-size: 19px;
    border-radius: 4px;
    padding: 6px;
    width: 224px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans';
}
#rzg{
      text-align: center;
    margin: 20px auto;
}
#rzg a{
  text-decoration: none;
    line-height: 40px;
    border-radius: 4px;
    background: #1b87e6;
    width: 200px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 600;
}


@media screen and (max-width: 500px){

  .box-modal {
    width: 90%;
    padding: 3%;
    margin: 2%;
}
#exampleModal2 p {
    font-family: 'Open Sans';
    text-align: center;
    line-height: 21px;
    font-size: 15px;
}
#exampleModal2 h4 {
    font-size: 22px;
    line-height: 25px;
}
}