div.hero-container {
    padding-top: 48px;
    padding-bottom: 56px;
    text-align: center;
    display: block;
}

div.hero-container h1 {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    margin-top: 0;
    font-size: 64px;
    line-height: 72px;
    font-weight: 900;
}

div.hero-container p {
    max-width: 740px;
    margin: auto;
    font-size: 21px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 28px;
    padding-top: 28px;
    margin-bottom: 0;
    position: relative;
}

div.hero-container p::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    top: 0;
    left: 50%;
    margin-left: -20px;
    background: #ff3366;
}

div.hero-container a {
    color: #000;
}