.offer-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Times New Roman', serif; /* Традиционный шрифт для юридических документов */
    line-height: 1.6;
}

.offer-container h1 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--color-dark);
    font-size: 24px;
    font-weight: bold;
}

.offer-container h2 {
    color: var(--color-dark);
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.offer-container p {
    margin-bottom: 10px;
    text-align: justify;
}

.offer-container ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

.offer-container ul li {
    margin-bottom: 5px;
}

.offer-terms {
    margin-top: 20px;
}

.offer-date {
    text-align: right;
    font-style: italic;
    margin-bottom: 20px;
}