footer {
    background-color: #89AEAD;
    padding: 10px;
    margin-top: 80px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(35,22,24,0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(35,22,24,0.6);
    box-shadow: 0px 0px 10px 0px rgba(35,22,24,0.6);
    color: #231618;
}

footer > h2 {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_info {
    font-size: 16px;
    margin: 0 auto;
    max-width: 600px;
}

footer > h3 {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_info-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer_info-box > p {
    display: block;
}