#sectionText {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
}

.sectionTextContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.descriptionText {
    max-width: 60ch;
}