.estoque-page {
    box-sizing: border-box;
    clear: both;
    color: #394653;
    padding: 42px 0 52px;
    width: 774px;
}

.estoque-hero {
    margin: 0 auto 34px;
    max-width: 620px;
    padding: 0 48px;
    text-align: center;
}

.estoque-kicker {
    color: #1473ac;
    display: block;
    font-family: 'TitilliumText22LBold';
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.estoque-hero h1 {
    color: #172b55;
    font-family: 'TitilliumText22LBold';
    font-size: 35px;
    letter-spacing: -.5px;
    line-height: 1.08;
    margin: 0;
}

.estoque-hero p {
    color: #58636d;
    font-size: 17px;
    line-height: 1.5;
    margin: 13px auto 0;
    max-width: 550px;
    padding: 0 !important;
}

#main_container_conteudo #box_form_contatos.stock-form-card {
    margin-top: 0;
}

.stock-form-card .contact-card-header {
    display: block;
}

@media (max-width: 760px) {
    .estoque-page {
        padding: 28px 0 38px;
        width: 100%;
    }

    .estoque-hero {
        margin-bottom: 27px;
        padding: 0 18px;
    }

    .estoque-hero h1 {
        font-size: 29px;
    }
}
