
.modal_hotels{
  .modal-text{
    font-size:$font-size-large;margin-bottom:30px;
      .light {
        color: #8c8885;
        .price, .price *{color:#8c8885;}
      }
      .upgrade_price {
        color: $brand-green;
      }
      .price *,
      .price{color:$brand-green;}
  }
}
/* mobile */
@media (max-width: $grid-float-breakpoint-max) {
  .modal_hotels {
    button{
      margin-bottom:15px;
    }
  }
}