.c2 {
    padding-top: 10rem;

    padding-bottom: 10rem;
}

.c2-wrap{
    background-image: url(../../images/c2-wrap.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 32.7rem;
    width: 36.9rem;
    padding: 7.3rem 4.6rem 4.7rem 3.7rem;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 147%;
    color: #fff;
    margin-top: 2.9rem;
}
.c2-book-wrap{
    height: 12.7rem;
    width: 36.9rem;
    background-image: url(../../images/c2-book.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 157%;
    text-transform: uppercase;
    color: #000;
    padding: 3rem 12.2rem 3.7rem 3.3rem;
    margin-top: -0.2rem;
}