.c5{
    background-image: url(../../images/c5-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 42.8rem;
    height: 161.7rem;
    background-position: center;
    background-position-y:25rem ;
}
.c5-cont{
    margin-top: 9rem;
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.c5-wrap{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}
.c5-text-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
}
.c5-num{
    font-family: 'Steelfish';
    font-weight: 400;
    font-size: 5rem;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.c5-cource-text{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 137%;
    color: #fff;
}
.c5-wrap img{
    width: 33.7rem;
}
.c5-wrap video{
    width: 33.7rem;
    border-radius: 20px;
}
.bonus{
    width: 100%;
    margin-top: 9.3rem;
}
.c5-wrap {
    display: flex;
    align-items: flex-start; 
    margin-bottom: 20px; 
    margin-left: 4rem;
}

.c5-text-wrap {
    display: flex;
    align-items: center; 
}

.c5-num {
    width: 40px; 
 
}

