.need52{
    margin-bottom: 90px;
}
.n52Inner{
    max-width: 950px;
    display: flex;
    flex-direction: column;
}
.n52iHeader{
    color: var(--white-grey);
    margin-bottom: 10px;
    text-align: center;
}
.n52iText{
    color: var(--grey-text);
    text-align: center;
    line-height: 24px;
}

@media screen and (max-width: 1200px){
    .need52{
        margin-bottom: 70px;
    }
}