.summary-topics {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.summary-topic {
    padding: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
}

.summary-topic:nth-child(even) {
    background-color: rgba(243,244,246);
}

.summary-topics .summary-topic:nth-child(odd) .summary-topic-header {
    flex-direction: row-reverse;
}

.summary-topic-header {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.summary-topic-header h2 {
    margin: 0;
}

.summary-topic-header img {
    flex: 0 0 20%;
    max-width: 20%;
    height: auto;
    border-radius: 10px;
}

.summary-topic-description {
    margin-top: 1rem;
}
