#construction-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 15vw 0;
    gap: 30px;
}

.section-header {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.182em;
    text-align: center;
}