/**
 * LaMilka Tour 0.6.11
 * Enforced Lifestyle & Tattoo trust-heading separation.
 *
 * The previous section-level padding could be neutralized by the component's
 * own shorthand in some rendered combinations. Put the requested breathing
 * room on the inner content wrapper so the divider-to-heading gap is stable.
 */
main.lamilka-aesthetic-hub > section.lamilka-aesthetic-hub__trust {
  padding-top: 0 !important;
}

main.lamilka-aesthetic-hub > section.lamilka-aesthetic-hub__trust > div {
  box-sizing: border-box !important;
  padding-top: 24px !important;
}

@media (max-width: 767px) {
  main.lamilka-aesthetic-hub > section.lamilka-aesthetic-hub__trust > div {
    padding-top: 16px !important;
  }
}
