.bed::before, .bed::before {
    content: "";
    display: inline-block;
    background: url('/images/icon/Bed.svg');
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    bottom: -4px;
}

.bath::before, .bath::before {
    content: "";
    display: inline-block;
    background: url('/images/icon/bath.svg');
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    bottom: -4px;
}

.kitchen::before {
    content: "";
    display: inline-block;
    background-image: url('/images/icon/project/icon/kitchen.png');
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    bottom: -4px;
}
