/* Стили для форматирования контента на главной странице */

.content-section {
    margin-top: 10px; /* Reduced from 20px to 10px */
    color: #555555; /* Темно-серый цвет текста */
    font-size: 16px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.content-section h1 {
    font-size: 24px;
    color: #555555;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.content-section h2 {
    font-size: 20px;
    color: #555555;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: bold;
}

.content-section p {
    font-size: 16px;
    color: #555555;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.6;
}

.content-section ul {
    font-size: 16px;
    color: #555555;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 20px;
}

.content-section li {
    margin-bottom: 8px;
    line-height: 1.6;
}