#roomz .company_info {
    padding-bottom: 30px;
}
#roomz .little {
    margin-top: 45px;
}
#roomz .less {
    margin-top: 20px;
}
#roomz p{
    line-height: 30px;
    font-size: 16px;
}
#roomz .info{
    line-height: 32px;
    letter-spacing: 2px;
    list-style: none;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
}
#roomz .head_in.head_pad.wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#roomz p{
	line-height: 29px;
}
#roomz .sketch_row {
    display: flex;
    justify-content: space-between;
}
#roomz .middle {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#roomz .resize {
    font-size: 20px;
}
#roomz .guests {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* About */
#roomz .homeworld {
    display: flex;
}
#roomz .review {
    margin-left: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#roomz p.review_text {
    font-size: 14px;
    line-height: 30px;
    margin: 1em 0;
}
#roomz h3.half {
    font-size: 30px;
    margin: 0;
}


