#gallery-banner {
    display: flex;
    background-image: url(img/contact/gallery.jpg);
    background-size: cover;
    height: 36vh;
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
}

#gallery-banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#gallery-banner .container span {
    color: white;
    margin-top: 10px;
}

#gallery-banner .container a {
    text-decoration: none;
    color: rgb(212, 212, 212);
}

#gallery-banner h3 {
    color: white;
    font-size: 40px;
    padding-top: 60px;
}