/*PROBLEM*/

.problem h4, .solution-wawe h4 {
    font-size: 2.25em;
    line-height: 44px;
    color: #141415;
    margin-bottom: 36px;
}

/*SOLUTION WAWE*/

.solution-wawe {
    color: #141415;
}

.solution-wawe__content {
    display: flex;
    column-gap: 93px;
}

.solution-wawe__items {
    display: flex;
    flex-direction: column;
    row-gap: 68px;
}

.solution-wawe__item {
    display: flex;
    column-gap: 32px;
    align-items: center;
}

.solution-wawe-number {
    font-weight: 600;
    font-size: 72px;
    line-height: 80px;
    color: #C9D5FF;
    width: 42px;
}

.solution-wawe__text {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 27px;
    width: 340px;
}

.solution-wawe__img-wrapper {
    max-width: 800px;
    max-height: 406px;
    height: 100%;
    width: 100%;
}

.solution-wawe__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*BENEFITS*/

.benefits__item {
    max-width: 352px;
    width: 100%;
}