.badge-container{ display:inline-flex; flex-wrap:wrap; align-content:space-around; background: linear-gradient(135deg, #d2ffd2,#92E3C8); border-radius:0.5em; padding: 1rem; min-width: calc(100% - 10px); align-items: center; line-height: 1.3; height: fit-content; margin: 5px 0; } .offerheadline{ color: #fff; background-color: #039910;
border: 1px dashed #fff; border-radius:0.4rem; padding: 0.6rem 1rem; margin: 0.5rem 0 0; width: fit-content; line-height: 1.3; font-weight:600; font-size: calc(100% - 2px); } .available-offer h4{ margin-bottom: 0; }