.line {height: 1; width: 100%; background-color: var(--c2)} .line-y {width: 1; height: 100%; background-color: var(--c2)} .row {display: flex; flex-direction: row} .rows {display: flex; flex-direction: column} .container {display: flex; flex-direction: row; flex-flow: wrap} .post-infos {display: flex; flex-direction: row; flex-flow: wrap; column-gap: 10px; margin-bottom: 20} .post-info {font-size: 14px; color: var(--c6)} .post-title {font-size: 36px; margin-top: 20; margin-bottom: 10} .top-link {font-size: 20px; color: var(--c7); margin-left: 20} .bottom-section {display: flex; flex-direction: column; max-width: 250} .bottom-header {margin-bottom: 10; font-size: 20px} .desc {font-size: 14px; color: var(--c7)}