/* Swedish Massage booking cards */

/* Desktop and landscape tablet */
@media (min-width: 768px) {

    .swedish-booking-card > .vc_column-inner {
        height: 100%;
    }

    .swedish-booking-card > .vc_column-inner > .wpb_wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .swedish-booking-card .swedish-book-button {
        margin-top: auto;
        padding-top: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .swedish-booking-card .swedish-book-button {
        margin-top: 12px;
        padding-top: 0;
    }
}