hero {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 80vh;
}

hero > content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


hero > content > textwrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 52px 0 0;
}