.\.field-name-field-stamp-image{
    position: absolute !important;
    height: 0px;
    margin: 0 auto;
    min-width: 973px;
    z-index: 21 !important;
}
.\.field-name-field-stamp-image img{
margin-left: 107%;
    margin-top: -44%;
    position: relative;
}
.group-bannerframe{
    box-sizing: content-box !important;
    width: auto !important;
    padding: 30px;
    border: 10px solid #00008f !important;
    background-color: #00008f !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Source Sans Pro',sans-serif !important;
    float: right !important;
    position: relative !important;
    z-index: 20 !important;
    margin-top: -35%;
}
.product-highlights{
width: 304px;
    height: 250px;
    overflow: hidden;
}
.product-highlights p{
   color: #fff !important;
    position: absolute !important;
    top: -4px !important;
    width: auto !important;
    left: 19px !important;
line-height: 1.6em;
    font-size: 18px;
}
.product-highlights ul{
      list-style-type: none !important;
    color: #fff !important;
    width: 100% !important;
    overflow: hidden;
    height: 240px !important;
    float: right !important;
    margin-top: -5px !important;
}
.product-highlights ul li::before {
    content: "✓";
    position: absolute;
    left: 14px;
    width: 2em;
    height: 2em;
}
/* adding to solve images disortion issue */
/* Make all images in div same size - Desktop */
.mainproducts-group img {
    width: 100%;
    max-width: 350px;
    height: 143px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Tablet - Below 1140px */
@media screen and (max-width: 1140px) {
    .mainproducts-group img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

/* Mobile - Below 750px */
@media screen and (max-width: 750px) {
    .mainproducts-group img {
        width: 100%;
        height: auto;
    }
}

/* Small Mobile - Below 570px */
@media screen and (max-width: 570px) {
    .mainproducts-group img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}
