@media (min-width: 768px) {
  .custom-section__content:has(.image-with-badges--desktop-full) > .group-block,
  .footer .group-block:has(.image-with-badges--desktop-full) {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .image-with-badges--desktop-full {
    width: 100% !important;
  }
}
