.promo-page .booking-left h2 {
    margin-bottom: 0;
}
.promo-page .booking-left{
    padding-bottom: 10px;
}
.promo-page .promo-block{
    margin-bottom: 30px;
}
.promo-page .promo-image img{
    display: block;
    width: 100%;
    height: 100%;
}
.promo-page .title-text{
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.promo-page .title-text h2{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
}
.promo-page .title-text p{
    color: #747d7e;
    font-size: 12px;
}
.promo-page .common-text{
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    color: #141d1e;
    font-size: 12px;
    line-height: 20px;
}

