.container > .row {
    margin-top: 1.8rem;
  }
/* -------------------------------------------------- */

.divsize-roomtype{
    max-height: 100%;
    text-align: center;
}
.divsize-roomtype a img{
  width: 100%;
}
.divsize-roomtype img{
    border-radius: 8px 8px 0px 0px;
}

.divsize-roomtype-text1{
    width: 100%;
    justify-content: center;
    display: flex;
}
.divsize-roomtype-text2{
    height: 40px;
    width: 100%;
    padding: 7px;
    border-radius: 0px 0px 8px 8px;
}
.divsize-roomtype-text2 p{
    font-family: "Noto Sans Thai",sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
.color-roomtype{
    background-color: #321E15;
}
.container > .row{
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .container > .row > .col-lg-12 > .row .col-lg-6{
        margin-bottom: 10px;
    }
  }
/* -------------------------------------------------- */