section .section-cont {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
    background-color: white;
}
section .section-tit,
section form h2 {
    text-align: center;
}
section form h2 {
    margin-bottom: 50px;
    color: #00263A;
    font-size: 16px;
    font-weight: bold;
}
section 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-txt {
    max-width: 970px;
    margin: 0 auto;
    font-size: 14px;
}