.b-help {
    background-color: #f4f6fa;
    box-sizing: border-box;
    position: relative;
    padding: 125px 0 121px;
    min-height: 290px;
}
.b-help__quest {
    position: absolute;
    top: -125px;
    right: 0;
    background: url(../images/help.png);
    width: 594px;
    height: 290px;
}
.b-help__title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #383f4a;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 25px 0 10px;
    text-align: right;
    width: 600px;
}
.b-help__btn {
    display: inline-block;
    text-align: center;
}