.c3 {

}

.c3 .author-name {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 6.5rem;
    line-height: 108%;
    text-transform: uppercase;
    text-align: center;
    color: #ff5f05;
    margin-top: 40.3rem;
}

.c3-first-text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 143%;
    text-align: center;
    color: #fff;
    margin-top: 0.9rem;
}

.c3-second-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 143%;
    text-align: center;
    color: #fff;    
    margin-top: 1.9rem;
}
.c3-hero{
    background-image: url(../../images/c3-img.png);
    background-size: contain;
    height: 57.9rem;
    background-repeat: no-repeat;
    padding-top: 37rem;
    margin-top: 3.6rem;
}