개별 청소를 여럿 신청해주시는 고객님께는 패키지 할인을 드리고 있습니다.
.parent{
width: 90%;
margin: 10px auto;
display: flex;
}
.first {
flex:1;
width:30%;
box-sizing: border-box;
}
.second{
flex:1;
width:30%;
box-sizing: border-box;
}
.third{
flex:1;
width:30%;
box-sizing: border-box;
}