﻿.main-address {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.contact-members {
    height: 60vh;
    width: 80vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.contact-members .contact-members__member {
    margin-top: 10px;
    padding: 5px 10px 5px 10px;
}
