main{
    margin-bottom: 160px; margin-top: 60px;
}
.title-container{
    border-bottom: 4px #052151 solid;
    margin-bottom: 40px;
    padding-left: 0;
    text-align: center;
    color:#052151;
}
.title-container h3{
    font-family: 'Neutra2Text-Bold';
}
p{
    font-family: 'Neutra2Text-Light';
    text-align: center;
}
h4{
    font-family: 'Neutra2Text-Bold';
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
label{
    font-family: 'Neutra2Text-Book';
}
.button-primary{
    background: #052151;
    color: #fff;
    font-family: 'Neutra2Text-Bold';
}
.button-primary:hover{
    color: #ffffff;
}