.section--download {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1em;
    
}

.section--download .post-title {
    margin: 0;
    font-weight: 600;
}

.section--download .post-description {
    margin: 0;
    font-size: .8em;
    line-height: 125%;
    color: var(--color-neutral-500);
}