.template-1 #default-jobs #main-content #page-left > h2.new-booking-title:after {
    content: 'ONLY 4 SEATER VEHICLES CAN BE BOOKED VIA THIS PORTAL - see footer notes.';
    font-size: 35%;
    display: block;
    letter-spacing: normal;
    text-transform: none;
    box-sizing: border-box;
}

.template-1 #default-jobs #main-content #page-left > h2.new-booking-title {
    box-sizing: border-box;
    @media screen and (min-width: 768px) {
        width: calc(100% - 30px);
    }
}
