.block.how {
    background: #000;
    padding: 80px 0;
}
.block.how h2 {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    /* 73.438% */
    position: relative;
    margin-bottom: 100px;
}
.block.how h2 strong {
    color: #EE3195;
    font-family: "Bebas Neue";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
}
.block.how h2::after {
    content: '';
    height: 2px;
    width: 500px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: rgba(255, 255, 255, 0.17);
}
.block.how .post {}
.block.how .post img {
    margin-bottom: 40px;
}
.block.how .post h5 {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
    /* 107.895% */
}
.block.how .post .inner {
    padding: 0 10px 0 0;
}
.block.how .post p {
    color: #FFF;
    font-family: "Ropa Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}
@media(max-width: 1200px) {
    .block.how h2::after {
        content: '';
        height: 2px;
        width: 350px;
        position: absolute;
        bottom: -20px;
        left: 0;
        background: rgba(255, 255, 255, 0.17);
    }
    .block.how .post .inner {
        padding: 10px 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
