.content.section
{
    padding: 40px 0;
    min-height: calc(100vh - 68px);
	background-color: #fff;
}
.content-wrapper
{
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}
.content-title
{
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.content-wrapper
{
    align-items: center;
    width: 100%;
}

.content-wrapper .content
{
    flex: 1;
} 