body {
    font-family: Georgia, serif;
    margin: 0;
    padding: 20px;
    background: #ffffff;
}

h2 {
    margin: 0;
}

.separator,
.agenda-separator {
    border: none;
    border-bottom: 2px dotted #999;
    margin: 30px 0;
}



.section-title,
.agenda-title {
    background: red;
    color: white;
    font-size: 32px;
    font-weight: bold;
    padding: 10px 15px;
    margin-top: 30px;
    text-transform: uppercase;
}


.article,
.agenda-article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 25px 0;
}

.article-text,
.agenda-text {
    width: 65%;
}

.article-text h2,
.agenda-text h2 {
    font-size: 24px;
    color: #555;
    margin-bottom: 10px;
}

.author {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

.description {
    color: #777;
    font-size: 16px;
    line-height: 1.4;
}


.article-img img,
.agenda-img img {
    width: 160px;
    height: auto;
}

.article-img.left,
.agenda-img {
    margin-right: 25px;
}

.article-img.right {
    margin-left: 25px;
}
