.bellboy-container{
position:relative;
}

.bellboy-logo{
position:absolute;
top:-35px;
left:0;
width:120px;
}

.bellboy-box{
background:#f2c48c;
padding:35px;
}

.bellboy-content{
display:flex;
align-items:center;
}

.bellboy-prev,
.bellboy-next{
font-size:24px;
background:none;
border:0;
cursor:pointer;
}

.bellboy-text{
flex:1;
padding:0 15px;
}

.bellboy-text h3{
margin-bottom:10px;
}

.bellboy-line{
margin-top:20px;
}

.bellboy-pagination{
margin-top:10px;
font-size:14px;
}