.two-column-hero {
  position: relative;
}

.two-column-hero__row {
  display: flex;
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.two-column-hero__row.reverse-section {
  flex-direction: row-reverse;
}

.two-column-hero__image {
  width: 50%;
  display: flex;
}

.two-column-hero__content {
  width: 50%;
  padding: 80px 0px 100px 60px;
}

.two-column-hero__content.reverse-content {
  padding: 80px 60px 100px 0px;
}

.two-column-hero__subheading {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 800;
  line-height: 41.8px;
  letter-spacing: 0.07em;
}

.two-column-hero__heading {
  margin-bottom: 32px;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
}

.two-column-hero__desc {
  margin-bottom: 29px;
  color: #fff;
}

.two-column-hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 2;
}

.two-column-hero__img.reverse-image {
  left: unset;
  right: 0;
}

.two-column-hero__images {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index 1;
}

.two-column-hero__cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  margin-top: 90px;
}

.two-column-hero__cards-card {
  padding: 40px 58px 80px;
  border: 7.48px solid #3374BA;
  text-align: center;
}

.two-column-hero__cards-card-heading {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.08px;
  letter-spacing: 0.07826388627290726px;
  color: var(--brand-canary);
  margin-top: 30px;
  margin-bottom: 20px;
}

.two-column-hero__cards-card-description {
  font-size: 30px;
  line-height: 27px;
  color: #FFF;
}

.two-column-hero__icons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.two-column-hero__icon-wrapper {
  display: flex;
  gap: 20px;
}

.two-column-hero__icon-wrapper img {
  width: 80px;
  height: 80px;
}

.two-column-hero__icon-copy a {
  color: #FFF;
}

@media(max-width: 992px) {
  .two-column-hero__row {
    flex-direction: column !important;
  }
  
  .two-column-hero__image,
  .two-column-hero__content {
    width: 100%;
    text-align: center;
  }
  
  .two-column-hero__content {
    padding: 60px 0 60px !important;
  }
  
  .two-column-hero__heading {
    margin-bottom: 17px;
  }
  
  .two-column-hero__desc {
    margin-bottom: 25px;
  }
  
  .two-column-hero__img {
    position: static;
    width: 100%;
    height: 100%;
    max-height: 487px;
  }
  
  .two-column-hero__images {
    position: static;
    width: 100%;
  }
  .two-column-hero__floating-img {
    display: none;
  }
  .two-column-hero__cards {
    padding: 20px;
  }
  .two-column-hero__cards-wrapper {
    flex-direction: column;
    margin-top: 0;
  }
}
