.c2 {


}
.c2-uppertitle{
    font-family: var(--font-family);
font-weight: 400;
font-size: 1.6rem;
color: #4d4d4d;
display: flex;
gap: 6rem;
margin-bottom: 4.5rem;
}
.c2-wrapper{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 6.5rem;
}
.c2-wrap{
 padding: 3.7rem 2.6rem 0rem 3.1rem;
 background: #191919;
}
.c2-item{
    border-bottom: 2px solid #373737;
    padding-bottom: 5.6rem;
    display: flex;
    justify-content: space-between;

}
.c2-text{
font-family: var(--font-family);
font-weight: 300;
font-size: 1.8rem;
}
.c2-num{
    font-family: var(--font-family);
font-weight: 200;
font-size: 3rem;
color: #949494;
}