.footer-container-section{
    width: 100vw;
    padding: 56px 0 80px 0;
}
.footer-container{
    padding: 0 103px;
}

.logo-footer{
    width: 256px;
    height: 71px;
    margin-left: -9px;
}
.row-footer{
    margin-top: 40px;
    display: flex;
    gap: 31px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.col-1-footer{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.contatti-title{
    font-size: 1.75rem;
    font-weight: 700;
    color: #009ADB;
}

.text-1-footer{
    font-size: 0.87rem;
    font-weight: 400;
}
.contatto-footer{
    font-size: 0.87rem;
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.col-2-footer{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.linkedin-icon{
    width: 32px;
    height: 32px;
}

.circle-arrow-footer a {
    border: 1px solid #29A5F7;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy-container{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.privacy-container>a{
    font-size: 0.75rem;
    color: black;
    text-decoration: underline;
    text-align: center;
}

.arrow-footer{
    width : 24px;
    height: 24px;
}

@media screen and (max-width:1024px) {
    .footer-container{
        padding: 0 62px;
    }
}

@media screen and (max-width:660px){
    .footer-container-section{
        margin-top: 20px;
        padding: 28px 0 20px 0;
        text-align: center;
    }
    .footer-container{
        padding: 0 15px;
    }
    .row-footer{
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 20px;
    }
    .circle-arrow-footer{
        margin-left: auto;
        width: 65px;
        height: 65px;
    }
    .col-1-footer,.col-2-footer{
        gap: 12px;
    }
    .privacy-container{
        bottom: -70px;
        padding-bottom: 20px;
        width: 100%;
    }
}
