.flex-column {
    flex-direction: column;
}
footer {
    width: 100vw;
    margin-top: auto;
    padding: 32px;
    background-color: #E77098;
    box-sizing: border-box;
}


footer .footer-back-top {
    cursor: pointer;
}

footer .footer-content{
    width: calc(100% - 75px);
}
footer p {
    text-align: center;
    color: white;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}
@media screen and (max-width: 900px) {
    footer p {
        margin-top: 20px;
    }
}
footer .social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

footer .social .link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: unset;
    width: unset;
    height: unset;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 0;
}
footer .social .link:active,
footer .social .link:focus,
footer .social .link:visited,
footer .social .link:hover {
    color: white !important;
}

.social #privacy {
    margin: 0!important;
    padding: 0!important;
}
footer .container {
    height: 100%;
}


.container {
    width: 100%;
    padding: 0 15px;
    max-width: 1165px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.centered {
    align-items: center;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 900px) {
    footer .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }

    footer .social {
        width: 100%;
    }

    footer .footer-content{
        margin-top: 30px;
    }

    footer p{
        margin: 0;
        line-height: 1.6;
    }
}

@media screen and (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }

    h1 {
        font-size: 26px;
        line-height: 31px;
    }

    h1 img {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .m-column {
        flex-direction: column;
    }

    footer {
        height: auto;
        padding: 30px 0;
    }

    footer p {
        text-align: center;
    }

    footer .container {
        justify-content: space-around;
    }
}

@media screen and (max-width: 640px) {
    footer .social {
        flex-direction: column;
    }
}

/*# sourceMappingURL=footer.css.map */
