


@media only screen and (max-width: 474px) {  
.copyright a{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.copy_part2 {
    display: none;
}

}