#sb_booking_marketing_promotions, .sb-booking-marketing-promotions {
    display: none !important;
}
/* Reduce the physical height of the service description container */
.sb-service-description, .service-description, .sb-description {
    max-height: 150px; /* Limits the maximum height */
    overflow-y: auto;  /* Adds a scrollbar if your text is too long */
    max-width: 80%;    /* Makes the box narrower on the page */
    margin: 0 auto;    /* Keeps the narrower box centered */
    font-size: 14px;   /* Shrinks the text slightly to save space */
}