﻿.ginger-forpage {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans;
}
.ginger-forpage .container {
  max-width: 1100px;
  width: 100%;
}
.ginger-forpage-hero {
  padding: 65px 0 60px;
}
.section-row {
  display: flex;
  justify-content: space-between;
}
.section-col-6 {
  width: 50%;
}
.section-col-12 {
  width: 100%;
}
.ginger-forpage-hero-body-text {
  width: 450px;
  font-weight: normal;
}
.ginger-forpage-hero-thumb {
  position: relative;
  width: 450px;
  top: -20px;
}
.ginger-forpage-hero-thumb img {
  position: absolute;
  width: 100%;
}
.ginger-forpage-hero {
  background: rgba(32, 179, 200, 0.05);
  margin-bottom: 166px;
}
.ginger-forpage h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 45px;
  /* or 150% */
  color: #22223D;
}
.ginger-forpage-hero-body-text,
.ginger-forpage-hero-body-text .lead {
  font-size: 18px;
  line-height: 30px;
  color: #22223D;
}
.ginger-forpage-hero-body-text {
  margin: 20px 0 30px;
}
.ginger-forpage-hero-body-ctaalt a {
  color: #787878;
  font-weight: normal;
}
.ginger-forpage-hero-body-ctaalt {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 15px;
}
.ginger-forpage-hero-body-cta .ginger-wp-button {
  font-size: 16px;
  line-height: 24px;
}
.ginger-forpage-hero-body-cta {
  display: inline-block;
}
.ginger-wp-button {
  font-size: 16px;
  color: #fff !important;
  line-height: 1em;
  border-radius: 6px;
  padding: 12px 22px;
  background: #20b1c9;
  display: inline-block;
  font-weight: normal;
  border: none;
}
.ginger-wp-button:hover {
  text-decoration: none;
  background: #1c9aaf;
}
@media (max-width: 1100px) {
  .ginger-forpage .container {
    max-width: 450px;
    margin: 0 auto;
  }
  .ginger-forpage .section-row {
    flex-direction: column;
  }
  .ginger-forpage .ginger-forpage-hero {
    margin-bottom: 20px;
  }
  .ginger-forpage .ginger-forpage-hero-body-text {
    width: auto;
  }
  .ginger-forpage .ginger-forpage-hero-thumb img {
    position: relative;
    top: 0;
    max-width: 100%;
    width: auto;
  }
  .ginger-forpage .ginger-forpage-hero-thumb {
    top: 0;
    margin-top: 40px;
    width: auto;
  }
  .ginger-forpage .ginger-forpage-hero-body-cta {
    display: block;
    text-align: center;
  }
}