.col_social_wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
    /* justify-content: space-between; */
}

.col_social {
    width: 36px;
    padding: 0px;
    .collection_container  {
        
        .col_social_link {
            a {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }
            
        }
    }
}

.footer-1 {
    .component.social {
        display: flex;
        justify-content: start;
        gap: 20px;
        margin-top: 10px;
        @media (width < 769px) {
            justify-content: center;
        }
        .col_social {
            width: 24px;
            padding: 0px;
            .collection_container  {
                
                .col_social_link {
                    a {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                    }
                    
                }
            }
        }
        .col_social:has(.Standart) {
            display: none;
        }
    }
}