.c2 {
    padding-top: 0rem;
}

.c2-content {
    position: relative;
    margin-top: 2.5rem;
}
.c2-div{
    border: 2px solid #FF258D;
    border-radius: 10px;
    width: 37rem;
    height: 15rem;
    color: #000;
    padding: 3.2rem 0rem 0rem 2.9rem;
    margin-bottom: 1rem;
}
.c2-room{
    font-family: var(--main-family);
    font-weight: 400;
    font-size: 3.8rem;
    line-height: 92%;
    color: #000;
    margin-bottom: 3.1rem;
}
.c2-wrap{
    display: flex;
    gap: 4.5rem;
}
.c2-price{
    display: flex;
    gap: 0.5rem;
}
.c2-price p{
    font-family: var(--main-family);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 137%;
    color: #000;
}
.c2-price img{ 
    width: 2.5rem;
    height: 2.5rem;
}