.about-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.about-info {
    text-align: center;
}

.about-links {
    padding-bottom: 1em;
}

a {
    font-size: 24px;
    font-family: helveticahelvetica_neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #2a2a2a;
}

.about-gallery ul {
    list-style: none;
    padding-bottom: 4em;
    display: flex;
    flex-wrap: wrap;
}

.about-gallery img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 600px;
}

.sponsor {
    text-align: center;
    justify-content: center;
}

.sponsor p {
    padding-bottom: 2em;
    line-height: 0.6;
    font-size: 10pt;
    font-weight: 600;
}

.logo-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor img {
    width: 150px;
    height: auto;
    margin: 0 1em 0 1em;
}

@media only screen and (max-width: 600px) {
    .about-info {
        text-align: left;
    }

    .about-container img {
        margin: 0;
    }

    .sponsor {
        text-align: left;
    }

    .sponsor img {
        margin: 0 1em 0 0;
    }
}