.ds_rooms_wrap{
    width:100% ;
    padding:30px 0;
    text-align:center;
background:#f9f9f9;
    }

    .ds_rooms_wrap .title{ 
font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
      .ds_rooms_wrap .subtitle{ 
font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 5px 15px;
}

    .ds_rooms_nav{
    margin:0 auto;
    display: grid;
   width:1260px;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 30px;
    padding:15px 0;
    }
    .ds_rooms_nav p{
    text-decoration: underline;
    color: #71777b;
    text-align: center;
    font-size: 13px;
line-height:20px;
    width:100%;
    }

    .ds_rooms{
width:228px;
height:228px;
    }

    @media only screen and (max-width: 1336px){

    .ds_rooms_nav{
margin:0 auto;
    width: 1012px;
    grid-gap: 16px;
    }
       .ds_rooms{
width:188px;
height:188px;
    }
       }
 @media only screen and (max-width: 1080px){

         .ds_rooms_wrap{
            padding:24px 0;
         }
    .ds_rooms_wrap .title{ 
    font-size: 22px;
    line-height: 28px;
    }
    .ds_rooms_wrap .subtitle{ 
    font-size: 14px;
    line-height: 22px;
    padding: 4px;
}
 .ds_rooms_nav{
    padding:16px 0;
    grid-gap: 12px;
    width: 758px;
    }
    .ds_rooms{
   width: 140px;
    height: 140px;
    }
    .ds_rooms_nav p{
line-height:16px;
    }

}

        @media only screen and (max-width: 767px){
               .ds_rooms_wrap{
        padding:16px 0;
    }
    .item_0 {
    display:none;
    }
 .ds_rooms_wrap  .subtitle{ 
    line-height: 14px;
}
    .ds_rooms_nav{
    height:380px;
    width: 312px;
    grid-template-columns: auto auto;
    grid-template-rows: 180px ;
    padding:8px 0 0 0;
    }
  .ds_rooms_nav p {
    line-height: 8px;
  }
    .ds_rooms{
    height: 148px;
   width: 148px;
    }

    }