.for-who .for-who__blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
    color: #333333;
    position: relative;
}

.for-who .for-who__img-container {
    height: 95px;
    width: 95px;
    margin-top: -7px;
    margin-left: -11px;
    margin-bottom: -21px;
}

.for-who .for-who__inner {
    --radius: 30px;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 3.48485px 6.9697px 13.9394px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: var(--radius);
    position: relative;
}

.for-who .for-who__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 16px 0;
}

.for-who .for-who__block {
    --radius: 40px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: var(--radius);
    display: flex;
}

.for-who .for-who__block.green {
    background-color: rgba(56, 200, 191, 0.3);
}

.for-who .for-who__block.purple {
    background-color: rgb(243, 124, 217, 0.3);
}

.for-who .for-who__block.yellow {
    background-color: rgba(255, 141, 121, 0.3);
}

.for-who .for-who__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.for-who .for-who__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.for-who .for-who__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.for-who .for-who__hand-picture {
    position: absolute;
    top: -203px;
    left: 392px;
    width: 209px;
    z-index: -5;
}

.for-who .for-who__hand-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 1150px) {
    .for-who .for-who__inner {
        padding: 30px;
    }

    .for-who .for-who__title {
        font-size: 20px;
    }

    .for-who .for-who__blocks {
        gap: 14px;
    }
}

@media screen and (max-width: 1020px) {
    .for-who .for-who__hand-picture {
        left: 300px;
    }
}

@media screen and (max-width: 1000px) {
    .for-who .for-who__blocks {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .for-who .for-who__img-container {
        width: 55px;
        height: 55px;
        margin-top: -4px;
        margin-left: -6px;
        margin-bottom: -12px;
    }

    .for-who .for-who__block {
        --radius: 20px;
        padding: 16px;
    }

    .for-who .for-who__blocks {
        margin-top: 20px;
    }

    .for-who .for-who__inner {
        --radius: 18px;
    }

    .for-who .for-who__title br {
        display: none;
    }

    .for-who .block-title {
        max-width: 250px;
    }

    .for-who .for-who__hand-picture {
        position: absolute;
        top: -181px;
        left: 138px;
        width: 183px;
    }
}
