.fc-parent-service-landing-page {
  background-color: var(--white);
  --fc-parent-service-card-radius: 14px;
  --fc-parent-service-card-shadow: 0 18px 42px rgba(0, 38, 38, 0.08);
  --fc-parent-service-card-transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  --fc-parent-service-card-lift: -4px;
  --fc-parent-service-section-padding: 96px;
  --fc-parent-service-title-gap: 48px;
  --fc-parent-service-hero-overlap: 116px;
}

.section-3.services-inner-banner.fc-parent-service-hero {
  align-items: stretch;
  padding-top: 150px;
  padding-bottom: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.fc-parent-service-hero .base-container-2 {
  position: relative;
  z-index: 1;
  width: 100%;
}

.fc-parent-service-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.42fr);
  gap: 56px;
  align-items: center;
}

.fc-parent-service-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  max-width: 780px;
  text-align: left;
}

.fc-parent-service-hero-copy .heading,
.fc-parent-service-title-block .heading-2,
.fc-parent-service-cta-block .heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.fc-parent-service-hero-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.65;
  margin: 0;
}

.fc-parent-service-hero-support {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
  max-width: 760px;
}

.fc-parent-service-hero-support p,
.fc-parent-service-title-block .large-paragraph,
.fc-parent-service-card p,
.fc-parent-service-process-card p,
.fc-parent-service-comparison-value p {
  margin: 0;
}

.fc-parent-service-hero-notice {
  border-left: 3px solid var(--forensic-orange);
  background: rgba(238, 117, 30, 0.12);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  padding: 14px 18px;
}

.fc-parent-service-hero-notice a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.fc-parent-service-hero-actions {
  margin-top: 8px;
}

.fc-parent-service-quote-card {
  position: relative;
  top: auto;
  width: auto;
  max-width: 400px;
  margin-left: auto;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.fc-parent-service-quote-card .paragraph-orange-block {
  border-left: 0;
  margin: 0;
  padding-left: 0;
}

.fc-parent-service-quote-card .image-logo-white {
  width: 52px;
  height: auto;
  margin-bottom: 24px;
}

.fc-parent-service-quote-card .name-wrapper-orange-card {
  margin-top: 24px;
}

.fc-parent-service-quote-card .image-card {
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.fc-parent-service-icon {
  --fc-icon-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--forensic-orange);
}

.fc-parent-service-icon::before {
  content: "";
  display: block;
  width: var(--fc-icon-size);
  height: var(--fc-icon-size);
  background-color: currentColor;
  -webkit-mask: var(--fc-icon-url) center / contain no-repeat;
  mask: var(--fc-icon-url) center / contain no-repeat;
}

.fc-parent-service-icon.is-white {
  border-color: transparent;
  background-color: transparent;
  color: var(--white);
}

.fc-parent-service-hero-media {
  width: min(100%, 1200px);
  margin: 56px auto calc(var(--fc-parent-service-hero-overlap) * -1);
  position: relative;
}

.fc-parent-service-hero-image {
  display: block;
  object-fit: cover;
  object-position: 50% 36%;
  border-radius: 20px;
  width: 100%;
  height: 390px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.fc-parent-service-logo-section {
  padding: calc(var(--fc-parent-service-hero-overlap) + var(--fc-parent-service-section-padding)) 20px var(--fc-parent-service-section-padding);
  background-color: var(--white);
  text-align: center;
}

.fc-parent-service-logo-section .companies-slider {
  z-index: auto;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.fc-parent-service-logo-section ._1336.vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.fc-parent-service-logo-section .wrapper-clients {
  width: 100%;
}

.fc-parent-service-logo-section .tagline {
  margin-bottom: 24px;
  color: var(--black);
  text-align: center;
}

.fc-parent-service-logo-strip {
  display: flex;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.fc-parent-service-logo-strip::before,
.fc-parent-service-logo-strip::after {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 80px;
  z-index: 2;
}

.fc-parent-service-logo-strip::before {
  background: linear-gradient(to right, var(--fc-logo-surface, var(--white)), transparent);
  left: 0;
}

.fc-parent-service-logo-strip::after {
  background: linear-gradient(to left, var(--fc-logo-surface, var(--white)), transparent);
  right: 0;
}

.fc-parent-service-logo-section .clients {
  animation: fc-parent-service-slide-left 20s linear infinite;
  display: inline-block;
  min-width: 100%;
  will-change: transform;
}

.fc-parent-service-logo-strip.is-on-light {
  --fc-logo-surface: var(--white);
}

.fc-parent-service-logo-strip.is-on-light .logo-client {
  filter: brightness(0) saturate(0%) opacity(0.34);
  transition: filter 0.25s ease;
}

.fc-parent-service-logo-strip.is-on-light .logo-client:hover {
  filter: brightness(0) saturate(0%) opacity(1);
}

.fc-parent-service-section {
  padding: var(--fc-parent-service-section-padding) 20px;
}

.fc-parent-service-cards-section,
.fc-parent-service-cta-band {
  background-color: var(--stone);
}

.fc-parent-service-deliverables-section,
.fc-parent-service-why-section,
.fc-parent-service-proof-section,
.fc-parent-service-faq {
  background-color: var(--white);
  color: var(--black);
}

.fc-parent-service-process-section {
  background-color: var(--core-teal);
  color: var(--white);
}

.fc-parent-service-title-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  max-width: 920px;
  margin-bottom: var(--fc-parent-service-title-gap);
}

.fc-parent-service-title-block.is-centered {
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fc-parent-service-title-block .large-paragraph {
  max-width: 780px;
}

.fc-parent-service-title-block.is-centered .large-paragraph {
  margin-left: auto;
  margin-right: auto;
}

.fc-parent-service-cards-section .large-paragraph,
.fc-parent-service-deliverables-section .large-paragraph,
.fc-parent-service-why-section .large-paragraph,
.fc-parent-service-proof-section .large-paragraph,
.fc-parent-service-faq .large-paragraph,
.fc-parent-service-cta-block .large-paragraph {
  color: var(--black-65);
}

.fc-parent-service-process-section .fc-parent-service-title-block .heading-2,
.fc-parent-service-process-section .fc-parent-service-title-block .large-paragraph,
.fc-parent-service-comparison-section .fc-parent-service-title-block .heading-2,
.fc-parent-service-comparison-section .fc-parent-service-title-block .large-paragraph {
  color: var(--white);
}

.fc-parent-service-process-section .fc-parent-service-title-block .large-paragraph,
.fc-parent-service-comparison-section .fc-parent-service-title-block .large-paragraph {
  color: rgba(255, 255, 255, 0.78);
}

.fc-parent-service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fc-parent-service-card-grid.is-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-parent-service-card {
  min-width: 0;
}

.fc-parent-service-section .feature-card {
  background-color: var(--white);
  border-radius: var(--fc-parent-service-card-radius);
  transition: var(--fc-parent-service-card-transition);
  will-change: transform;
}

.fc-parent-service-section .feature-card:hover {
  background-color: var(--white);
  box-shadow: var(--fc-parent-service-card-shadow);
  transform: translateY(-4px);
}

.fc-parent-service-process-section .feature-card {
  color: var(--black);
}

.fc-parent-service-process-section .feature-card p {
  color: var(--black-65);
}

.fc-parent-service-rating-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fc-parent-service-card-shadow);
}

.fc-parent-service-comparison-heading-card h3 {
  font-size: 18px;
}

.fc-parent-service-card-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fc-parent-service-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--forensic-orange);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.fc-parent-service-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.fc-parent-service-landing-vulnerability-scanning .fc-parent-service-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-parent-service-process-card {
  align-items: flex-start;
  min-width: 0;
  text-align: left;
}

.fc-parent-service-process-kicker {
  width: 100%;
}

.fc-parent-service-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: var(--forensic-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.fc-parent-service-process-callout {
  max-width: 780px;
  margin: 28px auto 0;
  padding: 18px 24px;
  border-radius: var(--fc-parent-service-card-radius);
  background-color: var(--white);
  border: 1px solid rgba(0, 38, 38, 0.12);
  box-shadow: var(--fc-parent-service-card-shadow);
  color: var(--secure-slate);
  text-align: center;
  font-size: 15px;
  line-height: 1.65;
}

.fc-parent-service-why-grid {
  align-items: stretch;
}

.fc-parent-service-comparison-section {
  background-color: var(--secure-slate);
  color: var(--white);
}

.fc-parent-service-proof-section .heading-2,
.fc-parent-service-cta-block .heading-2 {
  color: var(--black);
}

.fc-parent-service-comparison-panel {
  overflow: hidden;
  border: 1px solid rgba(0, 38, 38, 0.1);
  border-radius: var(--fc-parent-service-card-radius);
  background-color: var(--white);
  box-shadow: none;
  position: relative;
}

.fc-parent-service-comparison-head {
  display: grid;
  grid-template-columns: 36% repeat(2, minmax(0, 1fr));
  gap: 0;
  background-color: transparent;
}

.fc-parent-service-comparison-heading-spacer,
.fc-parent-service-comparison-heading-card {
  min-width: 0;
  min-height: 74px;
  background-color: #f7f8f8;
  border-bottom: 1px solid rgba(0, 38, 38, 0.08);
}

.fc-parent-service-comparison-heading-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 16px;
}

.fc-parent-service-comparison-heading-card h3 {
  margin: 0;
  color: var(--black);
  line-height: 1.3;
}

.fc-parent-service-comparison-rows {
  display: grid;
  gap: 0;
  background-color: transparent;
}

.fc-parent-service-comparison-row {
  display: grid;
  grid-template-columns: 36% repeat(2, minmax(0, 1fr));
  gap: 0;
  background-color: transparent;
}

.fc-parent-service-comparison-label,
.fc-parent-service-comparison-value {
  min-width: 0;
  padding: 18px 16px;
  border-bottom: 1px solid rgba(0, 38, 38, 0.08);
  font-size: 15px;
  line-height: 1.55;
}

.fc-parent-service-comparison-label {
  background-color: var(--white);
  color: var(--black);
  font-weight: 700;
}

.fc-parent-service-comparison-value {
  background-color: var(--white);
  color: var(--secure-slate);
}

.fc-parent-service-comparison-row:last-child .fc-parent-service-comparison-label,
.fc-parent-service-comparison-row:last-child .fc-parent-service-comparison-value {
  border-bottom: 0;
}

.fc-parent-service-comparison-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  border-color: var(--forensic-orange);
  background-color: var(--forensic-orange);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.fc-parent-service-comparison-link:hover {
  color: var(--white);
}

.fc-parent-service-link-arrow {
  font-size: 18px;
  line-height: 1;
}

.fc-parent-service-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: 28px;
  align-items: stretch;
}

.fc-parent-service-proof-card,
.fc-parent-service-rating-card {
  border-radius: var(--fc-parent-service-card-radius);
}

.fc-parent-service-proof-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  min-height: 310px;
  padding: 36px;
  background-color: var(--white);
  border: 1px solid rgba(0, 38, 38, 0.12);
  color: var(--black);
  text-decoration: none;
  transition: var(--fc-parent-service-card-transition);
}

.fc-parent-service-proof-card:hover {
  box-shadow: var(--fc-parent-service-card-shadow);
  color: var(--black);
  transform: translateY(var(--fc-parent-service-card-lift));
}

.fc-parent-service-proof-card .f-testimonial-star-wrapper {
  color: var(--forensic-orange);
  margin-bottom: 0;
  padding: 0;
}

.fc-parent-service-proof-card .f-margin-bottom-40 {
  margin-bottom: 24px;
}

.fc-parent-service-proof-card .paragraph-small {
  max-width: 560px;
  color: var(--secure-slate);
}

.fc-parent-service-proof-card .f-paragraph-regular {
  color: var(--black);
  margin-bottom: 3px;
}

.fc-parent-service-rating-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 310px;
  padding: 36px;
  background-color: var(--white);
  color: var(--secure-slate);
  text-align: center;
  text-decoration: none;
  transition: var(--fc-parent-service-card-transition);
}

.fc-parent-service-google-logo {
  max-width: 112px;
  height: auto;
}

.fc-parent-service-faq {
  margin-top: 0;
  padding-top: var(--fc-parent-service-section-padding);
  padding-bottom: var(--fc-parent-service-section-padding);
}

.fc-parent-service-faq .faq-title-block {
  margin-bottom: var(--fc-parent-service-title-gap);
}

.fc-parent-service-faq .faq-border {
  border-radius: var(--fc-parent-service-card-radius);
  box-shadow: var(--fc-parent-service-card-shadow);
}

.fc-parent-service-cta-block {
  padding-top: var(--fc-parent-service-section-padding);
  padding-bottom: var(--fc-parent-service-section-padding);
}

.fc-parent-service-cta-block > ._1336.vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.fc-parent-service-cta-block .about-cta-simple {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  width: 100%;
}

.fc-parent-service-cta-block .cta-content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  max-width: 760px;
}

.fc-parent-service-cta-block .large-paragraph {
  max-width: 600px;
  margin-bottom: 32px;
}

.fc-parent-service-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
  margin-top: var(--fc-parent-service-title-gap);
  max-width: 1080px;
  overflow: visible;
}

.fc-parent-service-contact-grid.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

.fc-parent-service-cta-block .contact-link.white.fc-card-hover-lift {
  background: var(--white);
  border: 1px solid rgba(0, 38, 38, 0.12);
  border-radius: var(--fc-parent-service-card-radius);
  color: var(--secure-slate);
  min-height: 150px;
  top: 0;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, top 0.25s ease;
  will-change: top;
}

.fc-parent-service-cta-block .contact-link.white.fc-card-hover-lift:hover {
  background: var(--white);
  border-color: rgba(0, 38, 38, 0.16);
  box-shadow: var(--fc-parent-service-card-shadow);
  top: var(--fc-parent-service-card-lift);
}

.fc-parent-service-cta-block .contact-link.white .contact-icon-wrapper {
  background: var(--stone);
  border-color: rgba(0, 38, 38, 0.1);
  color: var(--forensic-orange);
}

.fc-parent-service-cta-block .contact-link.white .subheading-regular.black {
  color: var(--black);
}

.fc-parent-service-cta-block .contact-link.white .paragraph-regular-2 {
  color: var(--black-65);
  overflow-wrap: anywhere;
}

.fc-parent-service-landing-penetration-testing .fc-parent-service-why-section,
.fc-parent-service-landing-penetration-testing .fc-parent-service-faq {
  background-color: var(--stone);
}

.fc-parent-service-landing-penetration-testing .fc-parent-service-cta-band {
  background-color: var(--core-teal);
}

.fc-parent-service-landing-penetration-testing .fc-parent-service-cta-block .about-cta-simple .heading-2,
.fc-parent-service-landing-penetration-testing .fc-parent-service-cta-block .about-cta-simple .large-paragraph {
  color: var(--white);
}

.fc-parent-service-landing-penetration-testing .fc-parent-service-cta-block .contact-link.white.fc-card-hover-lift {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.fc-parent-service-landing-penetration-testing .fc-parent-service-cta-block .contact-link.white.fc-card-hover-lift:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.fc-parent-service-landing-penetration-testing .fc-parent-service-cta-block .contact-link.white .contact-icon-wrapper {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.fc-parent-service-landing-penetration-testing .fc-parent-service-cta-block .contact-link.white .subheading-regular.black {
  color: var(--white);
}

.fc-parent-service-landing-penetration-testing .fc-parent-service-cta-block .contact-link.white .paragraph-regular-2 {
  color: rgba(255, 255, 255, 0.72);
}

.fc-parent-service-landing-vulnerability-scanning .fc-parent-service-comparison-section {
  background-color: var(--stone);
  color: var(--black);
}

.fc-parent-service-landing-vulnerability-scanning .fc-parent-service-comparison-section .fc-parent-service-title-block .heading-2 {
  color: var(--black);
}

.fc-parent-service-landing-vulnerability-scanning .fc-parent-service-comparison-section .fc-parent-service-title-block .large-paragraph {
  color: var(--black-65);
}

.fc-parent-service-landing-vulnerability-scanning .fc-parent-service-proof-section {
  background-color: var(--core-teal);
  color: var(--white);
}

.fc-parent-service-landing-vulnerability-scanning .fc-parent-service-proof-section .heading-2 {
  color: var(--white);
}

.fc-parent-service-news-section {
  margin-top: 0;
  padding-top: var(--fc-parent-service-section-padding);
  padding-bottom: var(--fc-parent-service-section-padding);
}

.fc-parent-service-news-section > ._1336.vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.fc-parent-service-news-section .title-with-buttons {
  gap: 28px;
  align-items: flex-end;
}

.fc-parent-service-news-section .fc-service-news-action {
  place-self: end;
}

.fc-parent-service-news-section .fc-service-news-action .cta {
  display: inline-flex;
  width: auto;
  min-width: 140px;
  margin-right: 0;
  white-space: nowrap;
}

.fc-parent-service-news-section .w-dyn-empty {
  display: none;
}

.fc-parent-service-news-section .f-container-regular:has(.w-dyn-empty),
.fc-parent-service-news-section .f-testimonial-slider-cards:has(.w-dyn-empty),
.fc-parent-service-news-section .mask:has(.w-dyn-empty) {
  display: none;
}

.fc-parent-service-news-section .f-testimonial-slider-cards,
.fc-parent-service-news-section .mask,
.fc-parent-service-news-section .f-testimonial-slide.news {
  height: auto;
}

.fc-parent-service-news-section .mask {
  padding-top: 0;
  padding-bottom: 0;
}

.fc-parent-service-news-section .f-testimonial-slide.news {
  padding-bottom: 0;
}

@keyframes fc-parent-service-slide-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 991px) {
  .fc-parent-service-landing-page {
    --fc-parent-service-section-padding: 76px;
    --fc-parent-service-title-gap: 40px;
    --fc-parent-service-hero-overlap: 86px;
  }

  .section-3.services-inner-banner.fc-parent-service-hero {
    padding-top: 130px;
  }

  .fc-parent-service-hero-layout,
  .fc-parent-service-proof-grid {
    grid-template-columns: 1fr;
  }

  .fc-parent-service-quote-card {
    max-width: none;
    margin-left: 0;
  }

  .fc-parent-service-hero-image {
    height: 320px;
  }

  .fc-parent-service-card-grid,
  .fc-parent-service-card-grid.is-four,
  .fc-parent-service-process-grid,
  .fc-parent-service-landing-vulnerability-scanning .fc-parent-service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-parent-service-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .fc-parent-service-landing-page {
    --fc-parent-service-section-padding: 64px;
    --fc-parent-service-title-gap: 34px;
    --fc-parent-service-hero-overlap: 58px;
  }

  .section-3.services-inner-banner.fc-parent-service-hero {
    padding-top: 112px;
  }

  .fc-parent-service-hero-layout {
    gap: 34px;
  }

  .fc-parent-service-hero-lead {
    font-size: 18px;
  }

  .fc-parent-service-hero-image {
    height: 240px;
    border-radius: 16px;
  }

  .fc-parent-service-card-grid,
  .fc-parent-service-card-grid.is-four,
  .fc-parent-service-process-grid,
  .fc-parent-service-landing-vulnerability-scanning .fc-parent-service-process-grid,
  .fc-parent-service-why-grid {
    grid-template-columns: 1fr;
  }

  .fc-parent-service-comparison-head {
    grid-template-columns: 1fr;
  }

  .fc-parent-service-comparison-heading-spacer {
    display: none;
  }

  .fc-parent-service-comparison-row {
    grid-template-columns: 1fr;
  }

  .fc-parent-service-comparison-label,
  .fc-parent-service-comparison-value,
  .fc-parent-service-comparison-heading-card {
    padding: 20px;
  }

  .fc-parent-service-comparison-value::before {
    content: attr(data-column);
    display: block;
    margin-bottom: 6px;
    color: var(--forensic-orange);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .fc-parent-service-contact-grid {
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fc-parent-service-card,
  .fc-parent-service-process-card,
  .fc-parent-service-proof-card,
  .fc-parent-service-rating-card {
    transition: none;
  }
}
