             a
            {
                display:flex;
                align-items: center;
                text-decoration: none;
            }

            @media (max-width: 576px)
            {
                .arrow-center-mobile
                {
                    display:flex;
                    justify-content: center;
                }
            }