element-styles {
    display: inline-block;
    width: 1200px;
    background: #202024;
}

.feature-cards-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
}

.discount-offer-container1 {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
    overflow: hidden;
    background: #2b2b2f;
    max-width: 278px;
    width: 100%;
}

.product-image-container {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 40px;
    max-width: initial;
    height: 40px;
}

.discount-offers-container {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    align-self: stretch;
    justify-content: center;
}

.image-container {
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
    width: 35px;
    max-width: initial;
    height: 32px;
}

.discount-offer-text {
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    color: white;
    text-align: left;
}

.discount-heading-style {
    font: 350 18px Opinion Pro;
    text-align: left;
}

.discount-percentage-text-style {
    /* font: 350 18px Opinion Pro; */
    color: #f6af12;
    text-align: left;
}

.delivery-info-text-style {
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    font: 350 18px Opinion Pro;
    color: white;
    text-align: left;
}

.discount-offer-container {
    display: flex;
    width: 100%;
    margin-top: -5px;
}

span.delivery-details-text-style {
    color: white;
}

p.delivery-info-container {
    font-size: 18px;
    font-family: OpinionPro;
}

img.product-image-placeholder {
    width: 37px;
    height: 34px;
    margin-right: 10px;
    margin-top: 6px;
}

div#newcontainerBACK {
    background-color: #202024;
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    padding: 25px 0 25px;
}

@media (max-width:480px) {
    .discount-offer-container1 {
        max-width: 100%;
        margin: 0 16px;
    }
}