.social{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-item{
    width: 20px;
}

.social-item:nth-child(2){
    width: 10px;
}

@media screen and (min-width: 1024px) { 
    .social{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 200px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .single-socio section.internal .social{
        justify-content: flex-start;
    }

}

