section #hero:before {
    display: none;
}
section #form {
    padding: 30px 15px;
    margin-top: 20px;
    background-color: white;
}
section #form #form-tit {
    margin-bottom: 30px;
    color: #00263A;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
section #form form {
    max-width: 680px;
    margin: 0 auto;
}
section #form .control-label {
    font-weight: 400;
}
section #form .form-control {
    height: 44px;
    border-color: #F2F2F2;
    background-color: #F2F2F2;
}
section #section-cont1 .section-ctro {
    padding-bottom: 30px;
    border-bottom: 1px solid #888888;
    margin-bottom: 75px;
}
section #section-cont2 .section-txt {
    max-width: 970px;
    margin: 0 auto;
    font-size: 14px;
}