.block.market {
    background: #000;
    padding: 80px 0 50px;
}
.block.market 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: 80px;
}
.block.market h2 strong {
    color: #9F2CC5;
    font-family: "Bebas Neue";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
}
.block.market h2::after {
    content: '';
    height: 2px;
    width: 500px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: rgba(255, 255, 255, 0.17);
}
.block.market .left {
    padding: 50px 50px 0 15px;
}
.block.market .left p {
    color: #FFF;
    font-family: "Ropa Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}
.block.market .left .buttons {
    margin-top: 50px;
}
.block.market .left .buttons button {
    padding: 0 20px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    border: none;
}
.block.market .right {
    display: flex;
    flex-wrap: wrap;
}
.block.market .right .p {
    width: 50%;
    padding: 0 50px 30px 0;
}
.block.market .right h4 {
    color: #EE3195;
    font-family: "Bebas Neue";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    /* 67.143% */
}
.block.market .right p {
    color: #FFF;
    font-family: "Ropa Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 125% */
}

@media(max-width: 1200px) {
    .block.market .right {
        margin-top: 50px;
    }
    .block.market .right .p {
        width: 100%;
        padding: 0 0 30px;
    }
    .block.market .left {
        padding: 50px 15px;
    }
    .block.market .left .buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .block.market .left .buttons a {
        margin-top: 20px;
    }
    .block.market h2 {
        line-height: 67px;
        margin-bottom: 0;
    }
    .block.market .left .buttons button {
        padding: 20px 0 0;
    }
}
