.fr-hero-india__content-wrapper > * + *, .fr-process-section-charlie__sticky-wrapper > * + *, .fr-blog-hero-charlie__content-wrapper > * + *, .fr-content-section-charlie__sidebar-content > * + *, .fr-content-section-charlie__main > * + * {
  margin-top: var(--fr-content-gap);
}
@supports selector(:first-child) {
  .fr-hero-india__content-wrapper > * + *, .fr-process-section-charlie__sticky-wrapper > * + *, .fr-blog-hero-charlie__content-wrapper > * + *, .fr-content-section-charlie__sidebar-content > * + *, .fr-content-section-charlie__main > * + * {
    margin-top: 0;
  }
}
.menu-social-icon__wrapper > * + * {
  margin-left: var(--space-xs);
}
@supports selector(:first-child) {
  .menu-social-icon__wrapper > * + * {
    margin-left: 0;
  }
}
.fr-footer-echo > * + * {
  margin-top: var(--container-gap);
}
@supports selector(:first-child) {
  .fr-footer-echo > * + * {
    margin-top: 0;
  }
}
.fr-footer-echo__cta > * + *, .fr-footer-echo__content-wrapper > * + *, .fr-feature-card-delta__content-wrapper > * + * {
  margin-top: var(--content-gap);
}
@supports selector(:first-child) {
  .fr-footer-echo__cta > * + *, .fr-footer-echo__content-wrapper > * + *, .fr-feature-card-delta__content-wrapper > * + * {
    margin-top: 0;
  }
}
.fr-process-card-charlie > * + *, .fr-contact-section-alpha__column-left > * + *, .fr-social-alpha > * + *, .fr-contact-section-alpha__contact-wrapper > * + * {
  margin-top: var(--fr-card-gap);
}
@supports selector(:first-child) {
  .fr-process-card-charlie > * + *, .fr-contact-section-alpha__column-left > * + *, .fr-social-alpha > * + *, .fr-contact-section-alpha__contact-wrapper > * + * {
    margin-top: 0;
  }
}
.fr-timeline-alpha__content > * + * {
  margin-top: var(--grid-gap);
}
@supports selector(:first-child) {
  .fr-timeline-alpha__content > * + * {
    margin-top: 0;
  }
}
.about-container__wrapper > * + * {
  margin-top: var(--fr-container-gap);
}
@supports selector(:first-child) {
  .about-container__wrapper > * + * {
    margin-top: 0;
  }
}
.fr-contact-info-alpha > * + * {
  margin-top: 0.35em;
}
@supports selector(:first-child) {
  .fr-contact-info-alpha > * + * {
    margin-top: 0;
  }
}
