.footer {
    padding-top: 87rem;
}
.footer__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__copyright {
    text-align: center;
    font-size: 13rem;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__copyright span {
    font-size: 13rem;
}
.footer__copyright hr {
    width: 100%;
    height: 1px;
    background-color: #40BADF;
    border: none;
    margin-top: 1rem;
}
.footer__nav {
    padding-left: 10rem;
}
.footer__nav ul {
    display: flex;
    align-items: center;
    list-style: none;
}
.footer__nav a {
    text-decoration: none;
    color: white;
    font-weight: 300;
    font-size: 18rem;
    padding: 0 5rem;
}
.footer__socials {
    display: flex;
    align-items: center;
    opacity: 0.9;
    padding-right: 3rem;
}
.footer__socials a {
    text-decoration: none;
    margin-left: 16rem;
}
.footer__socials a:first-child {
    margin-left: 0;
}

.footer__header {
    padding-bottom: 32rem;
}

@media screen and (max-width: 550px) {
    .footer {
        padding-top: 48rem;
    }
    .footer__body {
        flex-direction: column;
    }
    .footer__socials {
        order: 1;
    }
    .footer__nav {
        order: 2;
        margin-top: 31rem;
    }
    .footer__copyright {
        order: 3;
        margin-top: 10rem;
    }
    .footer__nav ul {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 30rem;
    }
    .footer__nav li {
        margin-bottom: 20rem;
    }
    .footer__socials {
        padding-right: 0;
    }
    .footer__socials a {
        margin: 0 12rem;
    }
    .footer__socials a:first-child {
        margin: 0 12rem;
    }
    .header.footer__header {
        display: flex;
        position: static;
        padding-left: 0;
        padding-right: 0;
        margin-top: 26rem;
        padding-bottom: 32rem;
    }
    .header.footer__header .header__logo {
        height: 79rem;
        width: auto;
    }
}