.typography {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.typography-col {
    margin-bottom: 40px;
}

.typography-header {
    padding: 0 0 20px 0;
}

.typography-header h2 {
    font-size: 40px;
}

.typography-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.typography-content-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 40px;
}

.typography-content-column {
    margin-bottom: 40px;
}

.typography-content-column h3 {
    margin-bottom: 10px;
}

