﻿.text-right {
    text-align: right !important;
}

.home-trip-nopadding {
    padding-bottom: 10px !important;
}

.card-body h2 {
    margin-bottom: 0 !important;
}

.card-body ul {
    list-style: none !important;
    padding-left: 0 !important;
}


.priceresp{}

@media only screen and (max-width: 767px) {

    .priceresp {
        font-size: 16px !important;
    }

    .ship img {
        height: auto !important;
        transform: rotate(90deg) translate(-16%, -100%) !important;
        transform-origin: top left !important;
        width: calc(100% + 90px) !important;
        max-width: none !important;
    }

}