.block.about {
    background: #1A1424;
    padding: 50px 0;
}
.block.about 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.about h2 strong {
    color: #EE3195;
    font-family: "Bebas Neue";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
}
.block.about h2::after {
    content: '';
    height: 2px;
    width: 500px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: rgba(255, 255, 255, 0.17);
}
.block.about .left {
    display: flex;
    justify-content: flex-end;
}
.block.about .left .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 100px;
}
.block.about .name {
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-family: "Ropa Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 108.696% */
    text-transform: uppercase;
}
.block.about .name strong {
    color: #EE3195;
    font-family: "Ropa Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}
.block.about .right {
    display: flex;
    padding-top: 50px;
}
.block.about .right img {
    width: 71px;
    height: 52px;
    margin-right: 30px;
}
.block.about .text h3 {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    /* 130.556% */
}
.block.about .text h3 strong {
    color: #EE3195;
    font-family: "Bebas Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
}
.block.about .text {
    color: #FFF;
    font-family: "Ropa Sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

@media(max-width: 1200px) {
    .block.about .left {
        justify-content: center;
    }
    .block.about .left .inner {
        padding-right: 0;
    }
    .block.about h2::after {
        content: '';
        height: 2px;
        width: 350px;
        position: absolute;
        bottom: -20px;
        left: 0;
        background: rgba(255, 255, 255, 0.17);
    }
}
