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

.for-who .for-who__img-container {
    height: 80px;
    width: 80px;
    position: relative;
    border-radius: 100%;
    box-shadow: 3.48485px 6.9697px 13.9394px rgba(0, 0, 0, 0.08);
}

.for-who .for-who__img-container::before {
    border-radius: 100%;
}

.for-who .for-who__inner {
    --radius: 30px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

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

.for-who .for-who__block {
    --radius: 40px;
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: var(--radius);
    display: flex;
    background-color: #005FCC;
    color: #fff;
}

.for-who .for-who__block.blue {
    background-color: #2589FF33;
}

.for-who .for-who__block.purple {
    background-color: #8868FF33;
}

.for-who .for-who__block.yellow {
    background-color: #F7824D33;
}

.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__dart-picture {
    display: flex;
    position: absolute;
    bottom: 100%;
    left: 614px;
    height: 193px;
    z-index: -1;
}

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

@media screen and (max-width: 1200px) {
    .for-who .for-who__dart-picture {
        left: 745px;
    }
}

@media screen and (max-width: 1150px) {
    .for-who .for-who__title {
        font-size: 22px;
    }

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

    .for-who .for-who__dart-picture {
        left: 690px;
    }
}

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

    .for-who .for-who__dart-picture {
        left: 340px;
    }
}

@media screen and (max-width: 680px) {
    .for-who .for-who__dart-picture {
        left: 340px;
    }
}

@media screen and (max-width: 600px) {
    .for-who .for-who__img-container {
        width: 55px;
        height: 55px;
    }

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

    .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 .for-who__title {
        font-size: 20px;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .for-who .block-title {
        margin-right: 150px;
    }

    .for-who .for-who__dart-picture {
        height: 95px;
        transform: scale(-1, 1);
        left: unset;
        right: 10px;
    }
}
