.hero {
    background-image: url(https://assets.cruisemail.com.au/memberprivilegestravel/hero/hero-package.jpg);
}

.item-image {
    max-height: 250px;
    min-height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-inclusion img {
    width: 20px;
}

.x-small {
    font-size: x-small;
}

.row-content .panel {
    border-radius: 20px;
}

.callout-card--offer-v2 .offer__logo {
    position: relative;
    height: 100px!important;
    margin-top: -100px!important;
    margin-bottom: -10px;
    padding: 15px;
    background: -webkit-linear-gradient(rgba(255,255,255,.65) 15%,#fff 50%);
    background: linear-gradient(rgba(255,255,255,.65) 15%,#fff 50%);
    width: calc(100% - 60px);
}

.callout-card--offer-v2 {
    height: auto;
    position: relative;
}

.offer__content p.primary-text {
    min-height: 52px;
}

.offer__img img {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 357px;
}

@media only screen and (max-width: 1141px) {
    .offer__content p:nth-child(4) {
        min-height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .offer__content p.primary-text, .offer__content p:nth-child(4) {
        min-height: unset;
    }
}
