@media (min-width: 992px) {
    .booking-chosen-sticky {
        position: sticky;
        top: 40px;
        align-self: flex-start;
    }
}
