.benefitsImage {
    max-width: 250px;
}
.benefitsImageSmall {
    max-width: 200px;
}
.benefitsImageSection {
    position: relative;
    width: 300px
}
.deleteBenefitsImage {
    float: right;
    border: solid 1px;
}
.start .title.default-color {
    color: #eb605d !important;
}
.start.active a .title.default-color {
    color: white !important;
}
.portlet.light>.portlet-title>.caption {
    color: black;
}
.mt-3 {
    margin-top: 3px;
}
.benefitDiscount {
    padding-bottom: 10px;
    color: #eb605d;
    font-weight: bold;
}
.pb-10 {
    padding-bottom: 10px;
}

.readMoreButton {
    margin-top: -55px;
    margin-left: 8px;
}

#sortableBenefits {
    padding: 0;
}
.sortItem {
    cursor: move;
}
.backButtonBlock {
    position: absolute;
    top: 8px;
    right: 20px;
}

@media (max-width: 1024px) {

    .imageItemPreview {
        padding-bottom: 15px;
    }
    .iframeItem {
        height: 230px;
    }
    iframe {
        height: 230px;
    }
    .readMoreButton {
        margin-top: -95px;
    }
}