.block.book {
    background: #000;
    padding: 80px 0;
}
.block.book h2 {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.block.book h2 strong {
    color: #EE3195;
    font-family: "Bebas Neue";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.block.book h3 {
    margin-bottom: 20px;
    color: #FFF;
    font-family: "Ropa Sans";
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    /* 100% */
}
.block.book p {
    color: #DFDFDF;
    font-family: "Ropa Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
}
.block.book .left {
    display: flex;
    align-items: center;
}

.block.book .image {
    display: flex;
    align-items: center;
    margin: 30px 0 40px;
}
.block.book .image img {
    margin-right: 40px;
}
.block.book .name p {
    color: #FFF;
    font-family: "Ropa Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.block.book .name strong {
    color: #EE3195;
    font-family: "Ropa Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .block.book .image {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 30px 0 40px;
    }
    .block.book .image img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
