.title-line{
  display:flex;
  align-items:center;
  width:100%;
}

.title-line span{
  padding:0 20px;
  white-space:nowrap;
  font-size:24px;
  font-weight:500;
}

.title-line::before,
.title-line::after{
  content:"";
  flex:1;
  border-bottom:1px solid #bfbfbf;
}
.section-heading h2 span{
    color: #000;
    font-style: italic;
}
.section-heading h4 span{
    color: #000;    
}
p{
    margin: 0;
}
.oew-buttons {    
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.locanda-room-listing-image-wrapper{
  width: 100%;
}
.locanda-room-listing-image-wrapper img{
  width: 100%;
}