.slide-good {
    background: rgba(234, 234, 234, 0.4);
    border-radius: 16px;
    padding: 14px 24px 14px !important;
  }

  .slide-good__title-row2 {
    margin: 15px 0 0px 0 !important;
    padding: 0;
    min-height: 40px !important;
}
 
.slide-good__new-new {
    font-size: 22px !important;
    text-transform: initial !important;
}
.title-divider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-top: 28px; */
    /* padding-bottom: 20px; */
    padding-bottom: 40px !important;
    padding-top: 10px;
}

.hits-section .slide-good__price-row2, .freshness-section .slide-good__price-row2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start !important;
}

@media (max-width: 406px) {
    .slide-good__new-new {
        font-size: 16px !important;
    text-transform: initial !important;
    }
}   