.help_img_center {
display: block;
width: 50%;
max-width: 500px;
height: auto;
margin: 22px auto;
border: 2px solid black;
object-fit: contain;
}

.emoji_lista {
white-space: pre-wrap;
word-wrap: break-word;
overflow-wrap: break-word;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
line-height: 1.5;
}

.help_img {
display: block;
width: 50%;
max-width: 500px;
height: auto;
border: 2px solid black;
margin: 0 auto 20px auto;
object-fit: contain;
}



.help_sponsors_block {
text-align: center;
margin-top: 40px;
}

.help_sponsors_block h2 {
text-align: center;
font-size: 30px;
margin-top: 28px;
}

.sponsor_logo_help {
display: block;
width: 330px;
max-width: 90%;
height: auto;
margin: 10px auto 30px auto;
}

.return_box {
text-align: center;
margin: 45px 0 35px 0;
}

.return_btn {
display: inline-block;
font-size: 28px;
font-weight: bold;
background: #5AAEFA;
color: white !important;
padding: 14px 36px;
border-radius: 10px;
text-decoration: none;
border: 2px solid black;
}

.return_btn:hover {
filter: brightness(0.95);
}

@media (max-width: 900px) {
.help_page {
padding: 8px 12px 32px 12px;
overflow-x: hidden;
}

.help_box {
font-size: 20px;
line-height: 1.45;
}

.help_img_center,
.help_img {
width: auto;
max-width: 100%;
height: auto;
}

.sponsor_logo_help {
width: 320px;
max-width: 92%;
}

.return_btn {
font-size: 24px;
padding: 12px 28px;
}
}

@media (max-width: 480px) {
.help_page {
padding: 6px 8px 28px 8px;
overflow-x: hidden;
}

h1 {
font-size: 28px;
}

h2 {
font-size: 24px;
}

.help_page h3 {
font-size: 19px;
}

.help_box {
font-size: 18px;
line-height: 1.42;
}

.emoji_lista {
font-size: 16px;
line-height: 1.4;
}

.help_img_center,
.help_img {
width: auto;
max-width: 100%;
height: auto;
}

.help_sponsors_block h2 {
font-size: 24px;
}

.sponsor_logo_help {
width: 300px;
max-width: 95%;
}

.return_btn {
font-size: 24px;
width: 90%;
text-align: center;
}
}