.full-text {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    background: white;
}

.full-text__title {
    width: 100%;
    font-size: 2rem;
}

.project-introduction + .full-text {
    padding-top: 0;
}