section.banner {
    height: 700px;
    display: flex;
    align-items: center;
}

section.banner .content {
    max-width: 466px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.banner a {
    margin-top: 20px;
    text-align: center;
}

section.banner p{
    color: white;
    text-align: center;
}

section.banner .content p:last-of-type{
    margin-bottom: 0;
}

@media (max-width: 767px) {
    section.banner{
        height: auto;
    }
}