.profits{
    padding-top: 137px;
    padding-bottom: 147px;
}
.profits__preview{
    font-size: 3.3333em;
    font-size: clamp(1.4rem, 1.009rem + 1.84vw, 3.3333rem);
    line-height: 1.2;
    margin-bottom: 1.04em;
}
.profits__title{
    font-size: 8em;
    font-size: clamp(1.3333rem, 1.009rem + 5.5vw, 8rem);
    line-height: 1.084;
}
.profits__subtitle{
    margin-top: -2px;
    line-height: 1.39;
}
.profits__left-part,
.profits__right-part{
    width: 50%;
}
.profits__left-part{
    padding-top: 10px;
    padding-right: 16px;
}
.profits__right-part{
    padding-left: 14px;
}
.profits__item{
    margin-bottom: 50px;
    margin-bottom: clamp(20px, 2.605vw, 50px);
}
.profits__item:last-child{
    margin-bottom: 0;
}
@media(min-width: 768px){
    .profits__left-part{
        position: sticky;
        top: 0;
        align-self: flex-start;
        padding-top: 85px;
        margin-top: -75px;
    }
}
@media(max-width: 767px){
    .profits{
        flex-direction: column;
        text-align: center;
    }
    .profits__left-part{
        padding: 0;
        width: 100%;
        margin-bottom: 32px;
    }
    .profits__right-part{
        padding: 0;
        width: 100%;
    }
    .profits {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}