.booking-action-block {
  background-size: cover;
  background-position: center;
  background-image: url("/images/bg-mint-guest.png");
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
  padding: 24px;
  margin-top: 40px;
  .title {
    color: $white;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
  }
  button {
    border: 2px solid white;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin-bottom: 0;
    &.is-half-button {
      width: 49%;
      &.right {
        float: right;
      }
    }
  }
}