:root {
  --black: black;
  --f7d900: #f7d900;
  --000: #000;
  --21abdd: #21abdd;
  --white: white;
  --f9f8f8: #f9f8f8;
  --1b3648: #1b3648;
  --white-2: white;
}

.header {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 100px;
  display: flex;
  position: absolute;
}

.header-inner {
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.footer {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.footer-inner {
  text-align: center;
  width: 100%;
  max-width: 450px;
}

.main-container {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-hero {
  background-image: linear-gradient(#1a3649a3, #1a3649a3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1000px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  overflow: visible;
}

.hero-content {
  width: 100%;
  max-width: 950px;
  position: relative;
}

.body {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.h1-heading {
  font-size: 48px;
  line-height: 1.1em;
}

.hero-subtext {
  font-size: 26px;
}

.hero-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 20px;
  display: flex;
}

.yellow-button {
  background-color: var(--f7d900);
  color: var(--000);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 217px;
  height: 62px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 900;
  display: flex;
}

.yellow-button:hover {
  background-color: var(--000);
  color: var(--21abdd);
}

.yellow-button.bring {
  margin-top: 10px;
}

.yellow-button.book-chip {
  width: 100%;
  max-width: 550px;
  margin-top: 10px;
  box-shadow: 2px 2px #235c83;
}

.yellow-button.book-chip-about {
  width: 100%;
  max-width: 350px;
  margin-top: 10px;
  box-shadow: 2px 2px #235c83;
}

.num-book {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.header-phone {
  color: var(--white);
  text-decoration: none;
}

.yellow-button-header {
  background-color: var(--f7d900);
  color: var(--000);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 900;
  display: flex;
}

.yellow-button-header:hover {
  background-color: var(--000);
  color: var(--21abdd);
}

.rect-box {
  z-index: 1;
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 132px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: auto auto -66px;
}

.rb-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 920px;
  display: flex;
}

.rb-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rb-text {
  color: var(--000);
  font-size: 16px;
  font-weight: 700;
}

.board_break_experience {
  z-index: 0;
  color: var(--white);
  background-color: #1a3649;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
}

.bbe-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1054px;
  display: flex;
}

.h2-heading {
  font-size: 38px;
  line-height: 1.1em;
}

.h2-heading.center {
  text-align: center;
}

.h2-heading.center.white {
  color: var(--white);
}

.bbe-text {
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.bbe-vid1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span {
  color: var(--f7d900);
}

.motivational-speaker {
  background-color: var(--f9f8f8);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.ms-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1066px;
  display: flex;
}

.h2-heading-dark {
  color: var(--000);
  font-size: 38px;
  line-height: 1.1em;
}

.h2-heading-dark.center {
  text-align: center;
  font-size: 29px;
}

.motivational-text {
  text-align: center;
  width: 100%;
  max-width: 800px;
  line-height: 1.5em;
}

.speakers-img {
  margin-top: 20px;
  margin-bottom: 40px;
}

.bold-text {
  margin-bottom: 0;
  display: block;
}

.avoid-text {
  text-align: center;
  width: 100%;
  max-width: 800px;
  line-height: 1.5em;
}

.checklist {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 750px;
  margin-top: 20px;
  display: flex;
}

.the-energy-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: flex;
}

.te-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.te-col._1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 30%;
}

.te-col._2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 40%;
}

.te-text {
  text-align: center;
  font-size: 17px;
  display: block;
}

.text-span-2 {
  color: red;
}

.text-span-3 {
  font-weight: 300;
  text-decoration: underline;
}

.text-span-4, .text-span-5 {
  font-weight: 400;
}

.corporate-giants {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
}

.cg-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.cg-logo-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.logo-slide-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 3217px;
  display: flex;
}

.logo-slide {
  background-color: #ddd0;
  width: 1200px;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.mask {
  width: auto;
  height: 190px;
  overflow: visible;
}

.slide {
  width: auto;
}

.logo-slide-wrap {
  display: flex;
}

.look-like {
  width: 50%;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
}

.bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.look-like-list {
  font-size: 16px;
}

.how-to-hire {
  background-color: var(--f9f8f8);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.text-block {
  text-align: center;
  width: 100%;
  max-width: 800px;
  line-height: 1.5em;
}

.h3-heading-dark {
  color: var(--000);
  font-size: 38px;
  line-height: 1.1em;
}

.h3-heading-dark.center {
  text-align: center;
  font-size: 20px;
}

.steps-cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.step-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.step-num {
  background-color: var(--f7d900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step-heading-h3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--000);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.2em;
  display: flex;
}

.step-text {
  text-align: left;
  width: 100%;
  max-width: 800px;
  line-height: 1.5em;
}

.hth-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1066px;
  display: flex;
}

.ready-for-outstanding-event {
  background-image: url('../images/home_block_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 100px 0;
  display: flex;
}

.ready-for-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.rfi-col {
  width: 50%;
}

.heading-2 {
  color: var(--f7d900);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
}

.rfi-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 300;
  line-height: 1.5em;
  display: flex;
}

.rfi-col-left {
  width: 40%;
}

.rfi-col-right {
  width: 60%;
}

.list-item {
  font-size: 21px;
}

.how-to-hire-copy, .book-chip-section {
  background-color: var(--f9f8f8);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.bcs-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 542px;
  display: flex;
}

.bcs-form {
  width: 100%;
  margin-top: 20px;
}

.field-name {
  font-size: 18px;
  font-weight: 400;
}

.input-field {
  color: var(--black);
}

.full-name, .org-name {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input-date {
  margin-bottom: 20px;
}

.message {
  color: var(--000);
  min-height: 150px;
}

.submit-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.submit-button {
  background-color: var(--21abdd);
  border-radius: 5px;
}

.watch-chip-section {
  background-image: url('../images/home_block_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px;
  display: flex;
}

.wc-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.heading-2-copy {
  color: var(--f7d900);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
}

.wc-text {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.chip-video {
  margin-top: 60px;
}

.about-chip-section {
  background-color: #f8f8f9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px;
  display: flex;
}

.about-chip-inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.about-chip-cols {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.acc-col1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-4 {
  width: 100%;
}

.about-chip-hofu-2 {
  margin-top: 20px;
}

.testimonial-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: inline-flex;
}

.testimonial-img {
  width: 195px;
  height: 195px;
}

.testimonial-img._1 {
  background-image: url('../images/screen-shot-2019-04-11-at-15649-pm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  max-width: 195px;
}

.testimonial-img._2 {
  background-image: url('../images/abc-fist-pump.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  max-width: 195px;
}

.testimonial-img._3 {
  background-image: url('../images/forbo-pump.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30%;
  max-width: 195px;
}

.testimonial-text {
  width: 80%;
  font-size: 17px;
  display: inline;
}

.testi-logo {
  float: right;
  width: 18%;
  display: inline-block;
}

.text-span-6 {
  color: red;
}

.testi-text-logo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-7 {
  text-decoration: underline;
}

.text-span-8, .text-span-9 {
  font-weight: 400;
}

.text-span-10 {
  color: red;
}

.text-span-11 {
  text-decoration: underline;
}

.text-span-12 {
  font-weight: 400;
}

.text-span-13 {
  color: red;
}

.text-span-14, .text-span-15 {
  font-weight: 400;
}

.cta-section {
  background-color: var(--1b3648);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 147px 100px;
  display: flex;
}

.cta-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.h2-heading-yellow {
  color: var(--f7d900);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: lorimer-no-2-condensed, sans-serif;
  font-size: 52px;
  line-height: 1.1em;
}

.h2-heading-white {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  font-family: lorimer-no-2-condensed, sans-serif;
  font-size: 38px;
  line-height: 1.1em;
}

.h2-heading-white.center {
  text-align: center;
}

.h2-heading-white.center.white {
  color: var(--white);
}

.copyright {
  color: var(--white);
  font-family: lorimer-no-2-condensed, sans-serif;
  font-size: 14px;
}

.link {
  color: var(--white);
}

.avoid-rent-a-speaker {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.look-like-video {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
  display: flex;
}

.video-col {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero {
    height: 750px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .rect-box {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .board_break_experience {
    padding: 140px 60px 60px;
  }

  .h2-heading {
    font-size: 32px;
  }

  .motivational-speaker {
    padding: 60px;
  }

  .h2-heading-dark {
    font-size: 32px;
  }

  .the-energy-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
  }

  .te-col._1, .te-col._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .corporate-giants {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cg-inner {
    padding-left: 60px;
    padding-right: 60px;
  }

  .look-like {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .chip-with-hair {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .image-2 {
    width: 100%;
    margin-left: 15px;
    display: block;
  }

  .paragraph {
    text-align: center;
  }

  .how-to-hire {
    padding: 60px;
  }

  .h3-heading-dark {
    font-size: 32px;
  }

  .ready-for-outstanding-event {
    padding: 40px 60px 0;
  }

  .heading-2 {
    font-size: 35px;
  }

  .how-to-hire-copy, .book-chip-section {
    padding: 60px;
  }

  .watch-chip-section {
    padding: 40px 60px 0;
  }

  .heading-2-copy {
    font-size: 35px;
  }

  .about-chip-section {
    padding: 60px;
  }

  .about-chip-cols {
    flex-flow: column;
  }

  .acc-col1 {
    width: 100%;
  }

  .testimonial-item {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-img._1, .testimonial-img._2, .testimonial-img._3, .testimonial-text {
    width: 100%;
  }

  .testi-logo {
    width: 100%;
    max-width: 150px;
  }

  .testi-text-logo {
    flex-flow: column;
    width: 65%;
  }

  .cta-section {
    padding: 100px 60px;
  }

  .h2-heading-yellow {
    font-size: 35px;
  }

  .h2-heading-white {
    font-size: 32px;
  }

  .look-like-video {
    flex-flow: column;
  }

  .video-col {
    width: 100%;
  }

  .look-like-paragraph {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-hero {
    height: auto;
    min-height: 650px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .body {
    font-size: 18px;
  }

  .h1-heading {
    font-size: 30px;
  }

  .hero-subtext {
    font-size: 21px;
  }

  .yellow-button {
    min-width: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rect-box {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rb-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
  }

  .rb-item {
    flex-flow: row;
  }

  .rb-text {
    font-size: 14px;
  }

  .board_break_experience {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-heading {
    font-size: 28px;
  }

  .motivational-speaker {
    padding: 60px;
  }

  .h2-heading-dark {
    font-size: 28px;
  }

  .h2-heading-dark.center {
    font-size: 31px;
  }

  .checklist {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .avoid-list {
    margin-bottom: 0;
  }

  .corporate-giants {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cg-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .chip-with-hair, .paragraph {
    text-align: center;
  }

  .how-to-hire {
    padding: 60px;
  }

  .h3-heading-dark {
    font-size: 28px;
  }

  .steps-cols {
    grid-template-columns: 1fr;
  }

  .step-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .step-heading-h3 {
    text-align: center;
  }

  .step-text {
    text-align: center;
    max-width: 350px;
  }

  .ready-for-outstanding-event {
    padding-top: 60px;
  }

  .ready-for-inner {
    flex-flow: wrap-reverse;
  }

  .rfi-col-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .rfi-col-right {
    width: 100%;
  }

  .image-3 {
    width: 70%;
  }

  .how-to-hire-copy, .book-chip-section {
    padding: 60px;
  }

  .watch-chip-section {
    padding-top: 60px;
  }

  .wc-inner {
    flex-flow: wrap-reverse;
  }

  .testi-text-logo {
    width: 100%;
  }

  .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .h2-heading-white {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .header-inner {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-hero {
    height: auto;
    min-height: 850px;
    padding: 220px 30px 140px;
  }

  .body {
    font-size: 16px;
  }

  .h1-heading {
    font-size: 25px;
  }

  .hero-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .num-book {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .header-phone {
    text-align: center;
  }

  .rect-box {
    padding: 20px;
  }

  .rb-inner {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .board_break_experience {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2-heading {
    font-size: 24px;
  }

  .motivational-speaker {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-heading-dark, .h2-heading-dark.center {
    font-size: 24px;
  }

  .how-to-hire {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h3-heading-dark {
    font-size: 24px;
  }

  .ready-for-outstanding-event {
    padding: 40px 40px 0;
  }

  .heading-2 {
    font-size: 28px;
  }

  .list-item {
    font-size: 18px;
  }

  .how-to-hire-copy, .book-chip-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .watch-chip-section {
    padding: 40px;
  }

  .wc-inner {
    flex-flow: wrap;
  }

  .heading-2-copy {
    font-size: 28px;
  }

  .chip-video {
    margin-top: 20px;
  }

  .about-chip-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-section {
    padding: 60px 40px;
  }

  .cta-inner {
    flex-flow: wrap;
  }

  .h2-heading-yellow {
    font-size: 28px;
  }

  .h2-heading-white {
    font-size: 24px;
  }

  .look-like-paragraph {
    text-align: left;
  }
}


