.logo-wrap {
    padding-bottom:1rem;
    border-bottom:.15rem solid var(--secondary-color);
}

.logo-wrap img {
    max-height:10rem;
    margin:auto;
}

.content {
    max-width: var(--content-max-width-big);
}