я щас скину css исправь его чтобы он работал на файл этот /* ============================================================================ */
/* === ГЛОБАЛЬНЫЕ СТИЛИ === */
/* ============================================================================ */

*,
*::before,
*::after {
box-sizing: border-box;
}

body {
margin: 0;
padding: 0;
background-color: #161b1f;
color: #ddd;
font-family: 'Roboto', sans-serif;
}

/* ============================================================================ */
/* === ОТСТУПЫ: 20px СВЕРХУ, 15px ПО БОКАМ === */
/* ============================================================================ */

.content-wrapper > .wrapper > .container,
.content-wrapper > .wrapper > .main,
.content-wrapper > .wrapper > .main__content {
padding: 20px 15px !important;
width: 100%;
box-sizing: border-box;
}

/* ============================================================================ */
/* === ОСНОВНОЙ КОНТЕНТ — ЦЕНТРИРОВАНИЕ === */
/* ============================================================================ */

.main,
.main2 {
display: block;
width: 700px !important;
max-width: 100%;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
}

.main__content {
width: 100%;
box-sizing: border-box;
}

.main__content-donate {
background-color: #161b1f;
border-radius: 15px;
padding: 20px;
box-sizing: border-box;
margin: 0 auto;
}

/* Заголовок */
.main__content-donate-h {

margin-bottom: 10px;
}

.main__content-donate-h-name {
font-size: 22px;
color: #fff;
font-weight: 500;
margin: 0;
}

.main__content-donate-h-name2 {
font-size: 15px;
color: #888;
font-weight: 400;
margin: 5px 0 0;
}

/* ============================================================================ */
/* === ТЕКСТ ПОЛЬЗОВАТЕЛЬСКОГО СОГЛАШЕНИЯ === */
/* ============================================================================ */

.terms-content {
color: #ddd;
line-height: 1.7;
font-size: 15px;
margin: 20px 0;
padding: 0 10px;
}

.terms-content p {
margin-bottom: 20px;
}

.terms-content h3 {
color: #249c94;
font-size: 19px;
font-weight: 500;
margin: 25px 0 12px;
}

.terms-content ul,
.terms-content ol {
margin: 0 0 20px 25px;
padding-left: 5px;
color: #ddd;
line-height: 1.7;
}

.terms-content li {
margin-bottom: 8px;
}

.highlight {
color: #ff6b6b;
}

.last-updated {
text-align: center;
margin-top: 30px;
color: #888;
font-size: 14px;
border-top: 1px solid #333;
padding-top: 15px;
}

/* ============================================================================ */
/* === АДАПТИВ: МОБИЛЬНЫЕ (до 449px) === */
/* ============================================================================ */

@media (max-width: 449px) {
/* === Отступы у контейнера === */
.main__content-donate-h-name {
font-size: 18px;

}

/* === Текст и списки === */
.terms-content {
padding: 0 10px;
font-size: 14px;
line-height: 1.6;
}

.terms-content h3 {
font-size: 17px;
margin: 20px 0 10px;
}

.terms-content p {
margin-bottom: 16px;
font-size: 14px;
}

.terms-content ul,
.terms-content ol {
margin: 0 0 16px 20px;
padding-left: 5px;
font-size: 14px;
}

.terms-content li {
margin-bottom: 6px;
}

.last-updated {
font-size: 13px;
margin-top: 25px;
padding-top: 12px;
}

/* === Защита от переполнения === */
.terms-content,
.terms-content p,
.terms-content ul,
.terms-content ol,
.terms-content h3 {
word-wrap: break-word;
overflow-wrap: break-word;
}
}