#footer .social .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    gap: 5px;
}
#footer .social .inner .item {
    position: relative;
}
#footer .social .inner .item {
    width: 38px;
    height: 38px;
    
}
@media screen and (max-width: 1024px) {
    #footer .social .inner .item{
        width: 45px;
        height: 45px;
    }
}
#footer .social .inner .item img {
    position: absolute;
    width: 100%;
    height: 100%;
}