section.room-sec h2 {
  text-align: center;
  margin-bottom: 30px;
}
section.room-sec .container-fluid{
  padding: 0;
}
section.room-sec img{
width:100%;
height:525px;
object-fit:cover;
margin-bottom:32px;
border-radius: 15px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
section.room-sec h4{
font-family: var(--primary-font);
  font-weight: 600;
  font-size: 24px;
}
section.room-sec .room-btn {
  text-align: center;
  margin-top: 40px;
}
section.room-sec .room-info{
position:relative;
}
section.room-sec .room-info a{
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}
section.room-sec.sec-offer .room-info a{
position:relative;
}
section.room-sec .room-info a.main-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 13px;
  width: 120px;
  /* border-radius: 30px; */
}

section.room-sec{
padding-top: 130px;
}


section.sec-offer .head-sec{margin-bottom: 80px;text-align: center;}

section.sec-offer .head-sec p{

    text-align: center;
  }