.c5{
    background-image: url(../../images/c5-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 8rem;
    padding-top: 4.8rem;
    margin-top: 10rem;
}
.c5-wrapper{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 34.9rem;
    margin-bottom: 11rem;
}
.c5-item{
    display: flex;
    gap: 2rem;
}
.c5-item p{
    font-family: var(--font-family);
font-weight: 400;
font-size: 1.5rem;
line-height: 120%;
color: #000;
}
.c5-item img{
    width: 7rem;
    height: 7rem;
}
.c5-second-item{
    display: flex;
    align-items: flex-start;
}
.c5-second-item p{
    font-family: var(--font-family);
font-weight: 400;
font-size: 1.5rem;
line-height: 120%;
color: #000;
padding-top: 1rem;
}
.c5-wrap{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3.5rem;
}