@media (max-width:768px){
    .up_logo{
        text-align: center;
        right: 40%;
    }
}

@media (max-width:480px){
    .up_logo{
        text-align: center;
        right: 40%;
    }
}