#wrap .content-block {
    background: rgba(249, 250, 252, 1);
}

.content-block .container {
    display: flex;
    align-items: center;
}

#wrap .content-block h2 {
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
}

#wrap .content-block .container h3 {
    line-height: 40px;
}

.content-block img {
    width: 620px;
}

#wrap .content-block p.content-alone {
    padding-left: 0;
}
