.two-column-60-40 {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 24px;
}
.two-column-60-40__inner {
  max-width: 56%;
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
}
@media (max-width: 900px) {
  .two-column-60-40__inner {
    max-width: unset;
    padding-bottom: 0;
  }
}
.two-column-60-40__image {
  max-width: 469px;
}
.two-column-60-40__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .two-column-60-40__image {
    max-width: unset;
  }
}
.two-column-60-40--image-left {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .two-column-60-40--image-left {
    flex-direction: column-reverse;
  }
}
.two-column-60-40--image-right {
  flex-direction: row;
}
@media (max-width: 900px) {
  .two-column-60-40--image-right {
    flex-direction: column-reverse;
  }
}
.two-column-60-40__title {
  margin: 0 0 16px;
  color: #215732;
  font-family: "GTClassicBold", sans-serif;
  font-size: 36px;
  font-size: clamp(26px, 26px + 10 * (100vw - 400px) / 1520, 36px);
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
}
.two-column-60-40__body h1,
.two-column-60-40__body h2,
.two-column-60-40__body h3,
.two-column-60-40__body h4,
.two-column-60-40__body h5,
.two-column-60-40__body h6,
.two-column-60-40__body p {
  color: #48433D;
}
.two-column-60-40__body h1 {
  font-size: 64px;
  font-size: clamp(48px, 3rem + (1vw - 5px) * 1.1268, 64px);
  margin: 0 0 12px;
  font-family: "GTClassicBold", sans-serif;
}
.two-column-60-40__body h2 {
  font-size: 48px;
  font-size: clamp(32px, 2rem + (1vw - 5px) * 1.1268, 48px);
  margin: 0 0 12px;
  font-family: "GTClassicBold", sans-serif;
}
.two-column-60-40__body h3 {
  font-size: 36px;
  font-size: clamp(26px, 1.625rem + (1vw - 5px) * 0.7042, 36px);
  margin: 0 0 12px;
  font-family: "GTClassicBold", sans-serif;
}
.two-column-60-40__body h4 {
  font-size: 26px;
  font-size: clamp(21px, 1.3125rem + (1vw - 5px) * 0.3521, 26px);
  margin: 0 0 12px;
  font-family: "GTClassicBold", sans-serif;
}
.two-column-60-40__body h5 {
  font-size: 20px;
  font-size: clamp(16px, 1rem + (1vw - 5px) * 0.2817, 20px);
  margin: 0 0 12px;
  font-family: "GTClassicBold", sans-serif;
}
.two-column-60-40__body h6 {
  font-size: 16px;
  margin: 0 0 12px;
  font-family: "GTClassicBold", sans-serif;
}
.two-column-60-40__body p {
  font-size: 20px;
  font-size: clamp(16px, 1rem + (1vw - 5px) * 1.4286, 20px);
}
.two-column-60-40__body > :first-child {
  margin-top: 0;
}
.two-column-60-40__body > :last-child {
  margin-bottom: 0;
}
.two-column-60-40__buttons {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  gap: clamp(24px, 2.1vw + 7.6px, 48px);
}
/*# sourceMappingURL=two-column-60-40.css.map */
