.technologies-header {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
}

.technologies-subheader {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 1rem;
}

.technologies-paragraph, .technologies-list-ordered, .technologies-list-unordered, .technologies-list-item:not(:first-child) {
    margin-top: 1rem;
}

.technologies-list-ordered {
    list-style: decimal;
    padding-left: 1rem;
    margin-left: 1rem;
}

.technologies-small-header {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-top: 1.5rem;
    font-weight: 700;
}

.technologies-list-unordered {
    list-style: disc;
    padding-left: 1rem;
    margin-left: 2rem;
}

.section-heading {
    font-weight: 700;
    font-size: 2.25rem;
    text-align: center;
}