@charset "UTF-8";

.room-list-cont .bottom h3 {
    line-height: 1.73;
}
.room-list-cont .box:nth-child(2n) {
    margin-left: auto;
}
@media screen and (min-width: 736px) {
    .room-list-cont .box:nth-child(2n+1) {
        margin-right: 5px;
    }
}
