

body {
    max-width: 100%;
    overflow-x: hidden;
}

*:hover {
    text-decoration: none!important;
}

*:focus {
    outline: none!important;
}

.whispers_echo_cont_text.for_mob p{
    display: none;
}
.whispers_echo_cont_text.for_desk p{
    display: block;
}
.for_mobile {
    display: none!important;
}
