
.footer {
    margin-top: 70px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #363433;
    padding: 5px 0;
    text-align: center;
    font-weight: 300;
    font-size: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.footer-container {
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
}

.footer-logos img {
    height: 40px;
    margin-left: 15px;
}
