.data-msg {
    right:auto;
    left: 30%;
    top: 55%;
    bottom:auto;
    width: auto;
    height: auto;
    max-width: 50svh;
}
@media (max-width: 680px) {
    .data-msg {
        top: 45%;
        left: 35%;
        max-width: 30svh;
    }
}