#tryForfree {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.banner {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

#tryForfree .banner img {
    width: 100%;
}

#tryForfree .img {
    float: left;
    width: 100%;
}

#tryForfree .img img {
    width: 100%;
}

#tryForfree .form-area h2 {
    font-size: 27px;
    text-align: center;
}

#tryForfree .form-area {
    background: #f4f4f4;
    padding: 20px;
    float: left;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
#tryForfree .form-area textarea {
    padding: 6px 6px;
}
#tryForfree .form-area input {
    background: #fff;
    border: 0;
    border-radius: 5px;
    padding:10px;
    border: solid 1px #ccc;
    width: 100%;
    height: 45px;
}

h2.requestTitle {
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 359px){
    #tryForfree .btn{font-size: 14px; padding: 12px 10px}

}