.footer {
    flex-direction: column;
    margin-bottom: 0;
}

.upper-footer {
    background-color: #00b4cd;
    display: flex;
    text-align: center;
    justify-content: center;
}

.upper-footer p {
    text-align: unset;
}

.upper-footer img {
    height: 5rem;
    width: auto;
    cursor: pointer;
    padding: var(--light-padding) 0.75em;
    transition: 0.5s ease-in-out;
}

.upper-footer img:hover {
    transform: scale(1.25);
}

.lower-footer-wrapper {
    background-color: #005f6d;
    display: flex;
    justify-content: center;
}

.lower-footer-content-container {
    margin: 0 auto;
    height: auto;
    text-align: center;
font-size: 0;
}

.lower-footer-content-container >   a {
    padding: 1.2em .6em 0 1.2em;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: var(--primary-font-size);
}

.lower-footer-content-container span {
    font-size: var(--primary-font-size);
    padding: var(--light-padding);
    text-align: center;
    display: block;
}
