.social_media_icons_001
{
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20%;
}
.social_media_icons_001 > a
{
  /* border: var(--b1); */
    width: fit-content;
    height: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(100);
}







/* Tablet */
/* Tablet */
/* Tablet */
/* Tablet */
    
/* @media only screen and (max-width: 1280px) 
{  
    .social_media_icons_001
    {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }
    .social_media_icons_001 > a
    {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        filter: invert(100);
    }
} */
    
/* Mobile */
/* Mobile */
/* Mobile */
/* Mobile */
    
@media only screen and (max-width: 439px)  
{ 
    .social_media_icons_001
    {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
    }
    .social_media_icons_001 > a
    {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        filter: invert(100);
    }
}