footer {
    background-color: #eaf7f4;
    border-top: 1px solid #3a8769;
    padding: 20px;
    z-index: 20;
    position: relative;
}

.socials {
    text-align: center;
    display: flex;
    flex-direction: row;
    column-gap: 60px;
    margin: 0 auto;
    width: fit-content;
}

.socials i {
    color: #3a8769;
    font-size: 25px;
}

.come{
    margin-top:20px !important;
    font-size:19px;
}

.copy, .come{
    margin:0;
    color:#3a8769;
}


.footer-links {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    position: relative;
    position: relative;
    color: #fff;
    margin-top:20px;
}


.footer-links a, .footer-links a:visited {
    color: #3a8769 !important;
    font-size: 14px;
    text-decoration: underline;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 880px) {
    .footer-links {
        flex-direction: column;
        text-align: center;
    }

    .footer-links a {
        display: inline-block;
        margin-bottom: 20px;
        color: #fff;
    }
}
