:root {
  --blue: #283064;
  --orange: #e95227;
  --light: #f0f0f0;
  --white: #ffffff;
  --black: #070707;
  --line: #d6d6d6;
  --max: 1500px;
  font-family: "Montserrat", "Poppins", "Avenir Next", Arial, sans-serif;
  color: var(--blue);
  background: var(--white);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--white);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.site-header {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 118px;
  padding: 22px clamp(28px, 5.4vw, 96px);
  background: var(--white);
}

.brand img {
  width: 245px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 1.8vw, 34px);
  color: var(--blue);
  font-size: 21px;
  font-weight: 800;
}

.main-nav a[aria-current="page"] {
  color: var(--orange);
}

.main-nav .nav-button {
  min-width: 198px;
  padding: 11px 26px;
  border-radius: 12px;
  color: var(--white);
  text-align: center;
  background: var(--orange);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 6px auto;
  background: var(--blue);
}

.hero {
  position: relative;
  min-height: 810px;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

.hero-inner {
  width: min(100%, var(--max));
  min-height: 810px;
  margin: 0 auto;
  padding: 155px 78px 132px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-copy {
  width: 780px;
  color: var(--white);
  text-align: center;
}

.hero h1 {
  margin-bottom: 48px;
  color: var(--white);
  font-size: 61px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}

.hero p {
  margin-bottom: 76px;
  font-size: 35px;
  line-height: 1.18;
  font-weight: 500;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 15px 36px;
  border: 0;
  border-radius: 999px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.button-primary {
  color: var(--white);
  background: var(--orange);
}

.button-light {
  color: var(--blue);
  background: var(--white);
}

.button-outline {
  min-width: 194px;
  border: 1px solid var(--orange);
  color: var(--orange);
  background: var(--white);
}

.button-outline:hover {
  color: var(--white);
  background: var(--orange);
}

.centered {
  margin-inline: auto;
}

.motif {
  width: 100%;
  object-fit: cover;
}

.motif-hero {
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-shell {
  width: min(calc(100% - 200px), var(--max));
  margin-inline: auto;
}

.bestsellers {
  padding: 76px 0 82px;
  text-align: center;
}

.bestsellers h2,
.solutions-home h2,
.clients h2,
.realisations-home h2,
.stats h2 {
  margin-bottom: 58px;
  color: var(--blue);
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.bestseller-grid,
.realisation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.bestseller-card {
  display: grid;
  justify-items: center;
  gap: 34px;
}

.bestseller-image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: var(--blue);
}

.bestseller-image img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
}

.bestseller-image h3 {
  margin: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: var(--white);
  background: var(--blue);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.section-divider {
  height: 1px;
  margin-bottom: 62px;
  background: var(--line);
}

.solutions-home {
  padding: 0 0 94px;
  text-align: center;
}

.solutions-home h2 {
  margin-bottom: 24px;
  font-size: 68px;
}

.section-subtitle {
  max-width: 1220px;
  margin: 0 auto 86px;
  color: var(--orange);
  font-size: 46px;
  line-height: 1.18;
  font-weight: 900;
}

.solution-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 68px;
  row-gap: 70px;
  margin-bottom: 66px;
}

.solution-icon-card {
  display: grid;
  justify-items: center;
  gap: 22px;
  color: var(--black);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}

.solution-icon-card img {
  width: 174px;
  height: 154px;
  object-fit: contain;
}

.solution-icon-card b {
  margin-left: 14px;
  color: var(--orange);
  font-weight: 500;
}

.clients {
  padding: 66px 0 60px;
  background: var(--light);
}

.clients h2 {
  margin-bottom: 48px;
  font-size: 42px;
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.client-logo-grid img {
  width: 100%;
  height: 92px;
  object-fit: contain;
}

.testimonial {
  padding: 64px 0 66px;
  text-align: center;
}

.testimonial h2 {
  margin-bottom: 55px;
  color: var(--orange);
  font-size: 42px;
  font-weight: 900;
}

.testimonial-author {
  margin-bottom: 26px;
  color: var(--black);
  font-size: 21px;
  font-weight: 600;
}

.testimonial-slider {
  position: relative;
  min-height: 142px;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}

.testimonial-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.testimonial-text {
  max-width: 1220px;
  margin: 0 auto 48px;
  color: var(--black);
  font-size: 21px;
  line-height: 1.35;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.testimonial-dots button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.testimonial-dots .is-active {
  background: var(--black);
}

.realisations-home {
  padding-bottom: 94px;
  text-align: center;
}

.realisations-home h2 {
  margin-bottom: 70px;
}

.realisation-card {
  overflow: hidden;
  border-radius: 10px;
}

.realisation-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.realisations-home .button {
  margin-top: 62px;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 86px;
  padding: 72px 84px 60px;
  color: var(--white);
  background: var(--blue);
}

.story h2 {
  margin-bottom: 46px;
  color: var(--white);
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.story-list {
  display: grid;
  gap: 34px;
}

.story-list h3 {
  margin-bottom: 6px;
  color: var(--orange);
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
}

.story-list p {
  margin-bottom: 0;
  color: var(--white);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}

.story-portrait {
  align-self: start;
  margin: 0;
  padding-top: 10px;
  text-align: center;
}

.story-portrait img {
  width: 360px;
  height: 440px;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
}

.story-portrait figcaption {
  display: grid;
  gap: 4px;
  margin-top: 30px;
  color: var(--orange);
  font-size: 25px;
  line-height: 1.18;
}

.stats {
  padding: 54px 0 78px;
  text-align: center;
}

.stats h2 {
  margin-bottom: 72px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.stats-grid article {
  display: grid;
  gap: 18px;
  color: var(--orange);
}

.stats-grid strong {
  font-size: 68px;
  line-height: 1;
  font-weight: 900;
}

.stats-grid span {
  font-size: 21px;
  font-weight: 900;
}

.contact-section {
  color: var(--white);
  background-position: center;
  background-size: cover;
}

.contact-inner {
  width: min(calc(100% - 150px), var(--max));
  min-height: 660px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 66px;
  padding: 88px 24px 82px;
}

.contact-details h2 {
  margin-bottom: 46px;
  color: var(--white);
  white-space: pre-line;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 900;
}

.contact-details address {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
  font-style: normal;
  font-size: 22px;
}

.contact-details strong {
  color: var(--orange);
  font-weight: 900;
}

.contact-phone,
.contact-address {
  white-space: pre-line;
  font-size: 22px;
  line-height: 1.35;
}

.contact-address {
  margin-top: 46px;
}

.contact-form {
  display: grid;
  align-content: start;
  gap: 20px;
}

.contact-status {
  margin: 0;
  padding: 14px 18px;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
}

.contact-status-error {
  border-color: var(--orange);
  color: var(--orange);
}

.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--white);
  font-size: 21px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--white);
  border-radius: 0;
  padding: 12px 16px;
  color: var(--white);
  font: inherit;
  background: transparent;
}

.contact-form input {
  height: 50px;
}

.contact-form textarea {
  min-height: 142px;
  resize: vertical;
}

.contact-form .button {
  justify-self: start;
  margin-top: 8px;
}

.site-footer {
  position: relative;
  padding-bottom: 70px;
  color: var(--white);
  background: var(--blue);
  overflow: hidden;
}

.footer-inner {
  width: min(calc(100% - 190px), var(--max));
  min-height: 290px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr 330px;
  gap: 50px;
  align-items: center;
  padding: 52px 0 38px;
}

.footer-nav,
.footer-meta div {
  display: grid;
  gap: 10px;
}

.footer-nav {
  color: var(--white);
  font-size: 19px;
  font-weight: 900;
}

.footer-nav a[aria-current="page"],
.footer-meta a {
  color: var(--orange);
}

.footer-center {
  display: grid;
  justify-items: center;
  gap: 42px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 19px;
}

.footer-center img {
  width: 340px;
}

.footer-meta {
  display: grid;
  gap: 30px;
  justify-items: end;
  text-align: right;
  font-size: 21px;
}

.footer-meta p {
  white-space: pre-line;
  font-size: 29px;
  line-height: 1.18;
}

.footer-meta a {
  font-size: 21px;
}

.motif-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-shell {
  width: min(calc(100% - 80px), var(--max));
  min-height: calc(100vh - 480px);
  margin: 0 auto;
  padding: 74px 0;
}

.page-hero {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
  padding-top: 40px;
  color: var(--white);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.motif-page-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
}

.page-hero h1 {
  margin: 42px 0 0;
  color: var(--white);
  font-size: 62px;
  line-height: 1;
  font-weight: 900;
}

.page-hero strong {
  display: block;
  margin-top: 40px;
  color: var(--white);
  text-align: center;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}

.page-hero strong + h1 {
  margin-top: 12px;
  font-size: 39px;
  font-weight: 500;
}

.realisations-page {
  padding: 56px 0 100px;
}

.realisations-intro {
  margin-bottom: 38px;
  color: var(--black);
  font-size: 21px;
  line-height: 1.35;
}

.filters-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 76px;
  color: var(--black);
  font-size: 21px;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.filter-buttons button {
  min-height: 58px;
  padding: 13px 24px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--orange);
  font: inherit;
  font-weight: 500;
  background: var(--white);
  cursor: pointer;
}

.filter-buttons button.is-active,
.filter-buttons button:hover {
  color: var(--white);
  background: var(--orange);
}

.realisations-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 56px;
}

.gallery-card {
  overflow: hidden;
  border-radius: 12px;
}

.gallery-card[hidden] {
  display: none;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.solutions-page {
  padding: 62px 0 132px;
}

.solutions-intro {
  max-width: 1280px;
  margin: 0 auto 60px;
  text-align: center;
}

.solutions-intro h2 {
  margin-bottom: 38px;
  color: var(--orange);
  white-space: pre-line;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
}

.solutions-intro p {
  margin: 0;
  color: var(--black);
  font-size: 21px;
  line-height: 1.38;
}

.solutions-page .section-divider {
  margin-bottom: 60px;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 62px;
}

.solution-card {
  display: grid;
  align-content: start;
  justify-items: start;
  color: var(--black);
}

.solution-card img {
  width: 100%;
  aspect-ratio: 1.52 / 1;
  object-fit: cover;
  border-radius: 12px;
}

.solution-card h3 {
  margin: 26px 0 16px;
  color: var(--black);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
}

.solution-card p {
  min-height: 116px;
  margin-bottom: 24px;
  color: var(--black);
  font-size: 21px;
  line-height: 1.32;
}

.product-placeholder {
  padding: 76px 0 96px;
  text-align: center;
}

.product-placeholder h1 {
  margin-bottom: 24px;
  color: var(--orange);
  font-size: 46px;
  line-height: 1.1;
  font-weight: 900;
}

.product-placeholder p {
  max-width: 860px;
  margin: 0 auto 34px;
  color: var(--black);
  font-size: 21px;
  line-height: 1.35;
}

.solution-detail {
  padding: 66px 0 112px;
}

.solution-detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 76px;
  align-items: center;
  margin-bottom: 82px;
}

.solution-detail-copy h2 {
  margin-bottom: 30px;
  color: var(--orange);
  font-size: 29px;
  line-height: 1.14;
  font-weight: 900;
}

.solution-detail-copy p {
  margin-bottom: 22px;
  color: var(--black);
  font-size: 18px;
  line-height: 1.45;
}

.solution-detail-intro > img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  border-radius: 12px;
}

.solution-flip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-bottom: 92px;
}

.solution-flip-grid-3 {
  max-width: 1060px;
  margin-inline: auto;
}

.solution-flip-card {
  min-height: 236px;
  border: 0;
  outline: 0;
  perspective: 1100px;
}

.solution-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform 0.55s ease;
}

.solution-flip-card:hover .solution-flip-inner,
.solution-flip-card:focus .solution-flip-inner,
.solution-flip-card:focus-within .solution-flip-inner {
  transform: rotateY(180deg);
}

.solution-flip-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 28px;
  border-radius: 8px;
  backface-visibility: hidden;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.22);
}

.solution-flip-front {
  color: var(--black);
  background: var(--white);
}

.solution-flip-front img {
  width: 98px;
  height: 98px;
  margin-bottom: 24px;
  object-fit: contain;
}

.solution-flip-front h3,
.solution-flip-back h3 {
  margin: 0;
  text-align: center;
  font-size: 21px;
  line-height: 1.12;
  font-weight: 900;
}

.solution-flip-back {
  align-content: start;
  justify-items: start;
  color: var(--white);
  background: var(--blue);
  transform: rotateY(180deg);
}

.solution-flip-back h3 {
  margin-bottom: 16px;
  color: var(--orange);
  text-align: left;
}

.solution-flip-back p {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.34;
}

.solution-why {
  width: min(100%, 820px);
  margin: 0 auto 92px;
  padding: 72px 88px;
  color: var(--white);
  background: var(--blue);
}

.solution-why h2 {
  margin-bottom: 44px;
  color: var(--white);
  font-size: 40px;
  line-height: 1.12;
  font-weight: 900;
}

.solution-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 56px;
  margin-bottom: 42px;
}

.solution-why h3 {
  margin-bottom: 7px;
  color: var(--orange);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.solution-why p {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  line-height: 1.32;
}

.button-dark-outline {
  color: var(--white);
  background: transparent;
}

.button-dark-outline:hover {
  color: var(--blue);
  background: var(--white);
}

.solution-product-gallery {
  display: grid;
  justify-items: center;
  gap: 42px;
}

.solution-product-gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.solution-product-gallery-grid img {
  width: 100%;
  aspect-ratio: 0.8 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.contact-reassurance {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 96px;
  align-items: center;
  padding: 90px 0 84px;
}

.contact-reassurance figure {
  margin: 0;
}

.contact-reassurance img {
  width: 390px;
  height: 265px;
  object-fit: cover;
  border-radius: 12px;
}

.contact-reassurance-copy {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  color: var(--blue);
}

.contact-reassurance-copy span {
  grid-row: span 2;
  color: var(--blue);
  font-size: 132px;
  line-height: 0.7;
  font-weight: 900;
}

.contact-reassurance-copy h2 {
  margin: 0 0 42px;
  color: var(--orange);
  white-space: pre-line;
  font-size: 42px;
  line-height: 1.17;
  font-weight: 900;
}

.contact-reassurance-copy p {
  margin: 0;
  color: var(--blue);
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .site-header {
    height: 86px;
    padding: 16px 24px;
  }

  .brand img {
    width: 180px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 86px;
    right: 24px;
    left: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: var(--white);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 14px;
  }

  .main-nav .nav-button {
    margin-top: 8px;
  }

  .hero {
    min-height: 660px;
  }

  .hero-inner {
    min-height: 590px;
    padding: 96px 24px;
    justify-content: center;
  }

  .hero-copy {
    width: min(100%, 660px);
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero p {
    font-size: 27px;
  }

  .section-shell,
  .contact-inner,
  .footer-inner {
    width: min(calc(100% - 48px), var(--max));
  }

  .bestseller-grid,
  .realisation-grid,
  .stats-grid,
  .realisations-gallery,
  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-icon-grid,
  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story,
  .contact-reassurance,
  .solution-detail-intro,
  .contact-inner,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .solution-detail-intro {
    gap: 42px;
  }

  .solution-flip-grid,
  .solution-product-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story {
    padding: 54px 30px;
  }

  .footer-meta {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .button {
    min-height: 50px;
    padding: 13px 22px;
    font-size: 17px;
  }

  .hero {
    min-height: 560px;
    background-position: 35% top;
  }

  .hero-inner {
    min-height: 490px;
    align-items: end;
    padding-bottom: 92px;
  }

  .hero h1,
  .page-hero h1,
  .bestsellers h2,
  .solutions-home h2,
  .clients h2,
  .testimonial h2,
  .realisations-home h2,
  .story h2,
  .stats h2,
  .contact-details h2 {
    font-size: 32px;
  }

  .page-hero strong {
    font-size: 32px;
  }

  .page-hero strong + h1 {
    font-size: 25px;
  }

  .hero p,
  .section-subtitle {
    font-size: 21px;
  }

  .bestseller-grid,
  .solution-icon-grid,
  .client-logo-grid,
  .realisation-grid,
  .stats-grid,
  .realisations-gallery,
  .solution-flip-grid,
  .solution-product-gallery-grid,
  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .solution-detail {
    padding: 48px 0 74px;
  }

  .solution-detail-copy h2 {
    font-size: 24px;
  }

  .solution-detail-copy p,
  .solution-flip-back p {
    font-size: 16px;
  }

  .solution-flip-card {
    min-height: 222px;
  }

  .solution-flip-face {
    padding: 24px;
  }

  .solution-why {
    margin-bottom: 64px;
    padding: 42px 28px;
  }

  .solution-why h2 {
    font-size: 28px;
  }

  .solution-why-grid {
    grid-template-columns: 1fr;
  }

  .solutions-page {
    padding: 48px 0 72px;
  }

  .solutions-intro h2,
  .product-placeholder h1 {
    font-size: 29px;
  }

  .solutions-intro p,
  .solution-card p,
  .product-placeholder p {
    font-size: 18px;
  }

  .solution-card p {
    min-height: 0;
  }

  .filters-row {
    grid-template-columns: 1fr;
  }

  .story-portrait img {
    width: 100%;
    height: auto;
  }

  .contact-reassurance {
    gap: 34px;
    padding: 58px 0;
  }

  .contact-reassurance img {
    width: 100%;
    height: auto;
  }

  .contact-reassurance-copy {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .contact-reassurance-copy span {
    font-size: 76px;
  }

  .contact-reassurance-copy h2,
  .contact-reassurance-copy p {
    font-size: 28px;
  }

  .contact-inner {
    padding: 58px 0;
  }

  .footer-center img {
    width: 240px;
  }
}
