/** Shopify CDN: Minification failed

Line 133:1 Expected "}" to go with "{"

**/
.careers-rich-text-with-img-card .careers-rich-text-with-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 45px;
  column-gap: 55px;
}

.careers-rich-text-with-img-card .heading-section h2 {
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
}

.careers-rich-text-with-img-card .heading-section h3 {
  color: #983520;
  border-bottom: 2px solid #e1e4e6;
  padding-bottom: 4rem;
  font-size: 24px;
  font-family: var(--font-barlow-bold);
  text-transform: uppercase;
  margin: 0;
  font-style: italic;
  padding-top: 10px;
}

.careers-rich-text-with-img-card .gallery-image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}

.gallery-image .gallery-img-item img {
  width: 100%;
}

@media screen and (max-width: 749px) {
  .careers-rich-text-with-img-card .careers-rich-text-with-img-row {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 45px;
    column-gap: 55px;
  }

  .careers-rich-text-with-img-card .heading-section h2 {
    font-size: 28px;
  }

  .careers-rich-text-with-img-card .heading-section h3 {
    font-size: 20px;
    padding-bottom: 2rem;
  }

  .careers-rich-text-with-img-card .gallery-image {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    width: 100%;
    scrollbar-color: rgb(var(--color-foreground))
      rgba(var(--color-foreground), 0.04);
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-padding-left: 1.5rem;
  }

  .careers-rich-text-with-img-card .gallery-image .gallery-img-item {
    width: 67%;
    flex-grow: 1;
    scroll-snap-align: start;
    flex-shrink: 0;
    min-width: 79%;
  }
}

/* ------------------------------------------------- */
.support-section .details-section .links svg {
  width: 0.6rem;
  margin-right: 1.25rem;
}
.support-section .details-section .links {
  display: flex;
  margin-top: 3rem;
}
.support-section .details-section .links a {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-right: 4rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: var(--font-heading-family);
      color: #983520;
}
.support-section .heading-section h3 {
  color: #983520;
  padding-bottom: 1rem;
  font-size: 24px;
  font-family: var(--font-barlow-bold);
  text-transform: uppercase;
  margin: 0;
  font-style: italic;
  padding-top: 10px;
  border: none;
}
.support-section .heading-section h2 {
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  padding-bottom: 3rem;
  border-bottom: 2px solid #e1e4e6;
}

@media screen and (min-width: 750px) {
   .support-section .page-width {
        padding: 0 1rem;
    }
 .support-section .page-width {
    max-width: 130rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}