#hero{
    padding: 88px 0;
    background: #090909;
}
#hero h1{
    color: #fff;
    text-align: center;
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 20px;
}
#hero p{
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
}