.bastet-header-social { position: relative; display: flex; flex-wrap: wrap; align-items: center; text-align: center; a { display: flex; align-items: center; justify-content: center; width: 15px; height: 15px; margin-left: 20px; color:inherit; transition: all 300ms; &:hover { color: #fff; } } svg { width: 16px; height: 16px; fill: currentColor; } @include respond-above( 'start', 'screen' ) { display: none; } }