main{
    margin-bottom: 160px;
    text-align: center;
}
.banner{
    margin-bottom: 90px;
}
.banner .row{
    background: url('../images/tasacion_bkg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 200px;
    padding-top: 50px;
}
.banner .row h3{
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 60px;
    text-align: center;
}
h4{
    font-family: 'Poppins';
    font-size: 30px;
    margin-bottom: 40px;
}
h5{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 40px;
}
.form-control{
    margin-bottom: 15px;
    padding: 10px 12px;
    height: auto;
}
.form-control::placeholder, select{
    font-family: 'Poppins';
    font-weight: 400;
}
textarea{
    resize: none;
    min-height: 140px;
}
button.contact {
    color: #fff;
    background-color: #dc2c27;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px auto 0;
    text-align: center;
    padding: 8px 20px;
    border: none;
}
.g-recaptcha > div{
	margin: 0 auto;
}
@media(max-width: 375px){
    .banner .row h3{
        font-size: 50px;
    }
}