.c-section{
    width: 100%;
    height: auto;
    background-color: #F8F8FA;
    padding: 40px 0;
}
.c-section__container{
    width: 1024px;
    height: auto;
    padding: 40px 150px;
    background-color: #ffffff;
    margin: 0 auto;
}
.c-secton__title{
    font-weight: 500;
    font-size: 38px;
    line-height: 58px;
    color: var(--nero);
    margin-bottom: 30px;
}
.c-section__text{
    font-size: 16px;
    line-height: 30px;
    color: #676767;
    margin-bottom: 20px;
}
.c-text--highlight{
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--purple);
}

span.no-break {
    white-space: nowrap;
    font: inherit;
}