.effects__item:not(:last-child) {
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.effects__title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
}
.effects__subtitle {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}
.effects__txt {
    display: flex;
}
.effects__txt-content {
    padding-right: 120px;
    color: var(--third-color);
}
.effects__txt .cbtn-undertxt {
    max-width: 400px;
    flex: 0 0 400px;
    margin-top: 20px;
}
.home-effects__items {
    margin-top: 30px;
}

@media(max-width: 1440px) {
    .effects__txt-content {
        padding-right: 15px;
    }
}
@media(max-width: 992px) {
    .effects__title {
        font-size: 32px;
        line-height: 42px;
    }
    .effects__subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    .effects__txt {
        flex-wrap: wrap;
    }
    .effects__item:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .effects__txt-content {
        padding-right: 0;
        width: 100%;
    }
    .effects__txt .cbtn-undertxt {
        max-width: 100%;
        flex: 0 0 100%;
    }
}