.block.hero {
    height: 840px;
    padding: 40px 0;
    position: relative;
}
.block.hero::after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 86px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #1A1424 55.62%);
    bottom: 0;
}
.block.hero h1 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 104.167% */
    font-family: "Bebas Neue", sans-serif;
}
.block.hero h1 strong {
    color: #EE3195;
}
.block.hero p {
    color: #D9D9D9;
    font-family: "Ropa Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 116.667% */
    margin-top: 20px;
}
.block.hero .buttons {
    margin-top: 40px;
}
.block.hero .btn {
    margin-right: 10px;
}
.block.hero img {
    width: 794px;
    height: 756px;
    aspect-ratio: 397/378;
    position: relative;
    z-index: 2;
}
.block.hero .left {
    display: flex;
    align-items: center;
    padding-right: 70px;
}

@media(max-width: 1400px) {
    .block.hero .left {
        padding: 0 15px;
    }
}
@media(max-width: 1200px) {
    .block.hero {
        height: auto;
        padding: 20px 0 80px;
    }
    .block.hero img {
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 397/378;
    }
    .block.hero .left {
        margin: 20px 0;
    }
    .block.hero .buttons {
        display: flex;
        flex-direction: column;
    }
    .block.hero .btn {
        margin: 7px 0;
    }
}
