/* ************************************************************************************************************* aaa */
.expanding-text .main-text.closed p:last-child {
    display: inline-block;
}

.expanding-text .show-more-btn {
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    color: #B0B0B0;
}
.expanding-text .show-more-btn.active { /* Стили для кнопки "Скрыть" */
    display: none;
}
.expanding-text h3 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px;
}
.expanding-text h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 38px;
}
.expanding-text p {
    font-size: 20px;
    font-weight: 600;
}
/* ************************************************************************************************************* */