.room {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.room .img-wrapper {
    width: 49%;
    border-radius: 50px;
    overflow: hidden;
}
.room .img-wrapper img {
    width: 100%;
}
.room .text {
    font-size: 1.2em;
    width: 45%;
    align-self: flex-start;
    border: 1px solid black;
}
.img-wrapper {
    width: 100%;
}
.img-wrapper img {
    width: 100%;
}