
        .section {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }
        .section:nth-child(even) {
            flex-direction: row-reverse;
        }
        .section-content {
            margin: 0 20px;
        }
    