.for-who {
    --inner-padding: 24px;
    --outer-block-border: none;
    --inner-block-border: none;
    --text-color: #fff;
}

.for-who .for-who__block {
    padding: 0;
}

.for-who .for-who__inner {
    border-radius: 0;
    background-color: #005FCC;
}

.for-who .for-who__icon {
    height: 108px;
    width: auto;
    position: relative;
    top: -10px;
    left: -10px;
    margin-bottom: -10px;
}

.for-who .for-who__statue {
    position: absolute;
    bottom: calc(100% - 5px);
    left: 505px;
    height: 148px;
    width: auto;
    pointer-events: none;
}

.for-who .for-who__statue-img {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 850px) {
    .for-who .for-who__statue {
        left: unset;
        right: 20px;
    }
}

@media screen and (max-width: 620px) {
    .for-who .for-who__statue {
        height: 80px;
    }
}
