
 .custom_link_arrow a {
    transform: translateX(-50%);
    color: #fff; 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
 }

 .custom_link_arrow a svg {
    height: 27px;
 }