.c2 {
    padding-top: 10rem;
}
.c2-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 5rem;
}
.c2-item{
    font-family: var(--font-family);
font-weight: 400;
font-size: 1.6rem;
line-height: 112%;
text-transform: uppercase;
text-align: center;
color: #fff;
padding-top: 11.4rem;
width: 18.7rem;
height: 18.7rem;
background-image: url(../../images/c2-1.png);
background-repeat: no-repeat;
background-size: contain;
}
.c2-item:nth-child(2){
    background-image: url(../../images/c2-2.png);
}
.c2-item:nth-child(3){
    background-image: url(../../images/c2-3.png);
}
.c2-item:nth-child(4){
    background-image: url(../../images/c2-4.png);
}