/* VD Color:    #225D38 */
/* VD Font      Roboto Slab // Bold */
/* Bold 700
font-family: 'Roboto Slab', serif; */
/* Medium 500
font-family: 'Roboto Slab', serif; */

.photo-wrapper {
    text-align: center;
    font-size: 30px;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    text-shadow: 2px 2px 5px rgb(56, 56, 56);
    background: #9aaca0;
    padding: 10px;
}

.photo-collage {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.photo-container {
    padding: 0 5px 5px;
}

.section {
    padding: 50px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.5vw;
    text-shadow: 2px 2px 5px rgb(56, 56, 56);
    letter-spacing: 0.08em;
}

.aboutinst {
    padding: 50px;
}

@media (max-width: 1000px) {
    .section {
        font-size: 2.5vw;
    }
}

@media (max-width: 467px) {
    .section {
        padding: 40px;
        font-size: 3.5vw;
    }
}