.section_desc_wrap .graphic_section .flex {
  align-items: center;
}
.section_desc_wrap .graphic_section .col {
  width: 100%;
  padding: 0;
}
.section_desc_wrap .stripped_section:nth-child(even) {
  background: #e7eef2;
}

.desc_section .container {
  padding: 16px;
}

.side_images_section .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
}

.section_heading {
  text-align: left;
  margin-top: 0;
}

.graphic_section .graphic_col img {
  margin: 5px auto 0 auto;
  max-width: none;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  -webkit-box-shadow: 0 0 10px rgba(0, 94, 125, 0.75);
  -moz-box-shadow: 0 0 10px rgba(0, 94, 125, 0.75);
  box-shadow: 0 0 10px rgba(0, 94, 125, 0.75);
  -o-object-fit: cover;
  object-fit: cover;
}

.cta_section .col {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .section_desc_wrap .graphic_section .text_col {
    width: 70%;
    margin: 0 0 0 auto;
    padding-right: 0.5rem;
  }
  .section_desc_wrap .graphic_section .graphic_col {
    width: 30%;
    padding: 1rem 1rem 1rem 0.5rem;
  }
  .section_desc_wrap .graphic_section:nth-child(2n) .text_col {
    margin: 0 auto 0 0;
    padding: 1rem 1rem 1rem 0.5rem;
    order: 1;
  }
  .section_desc_wrap .graphic_section:nth-child(2n) .graphic_col {
    padding: 1rem 0.5rem 1rem 1rem;
  }
  .section_desc_wrap .side_images_section {
    text-align: center;
  }
  .section_desc_wrap .side_images_section .right_img img, .section_desc_wrap .side_images_section .left_img img {
    max-width: 100%;
    height: auto;
  }
  .section_desc_wrap .side_images_section .flex_1 {
    flex: 1;
    margin: 0 2rem;
    text-align: left;
  }
  .section_desc_wrap .side_images_section .right_img img {
    width: 400px;
  }
  .section_desc_wrap .side_images_section .left_img {
    margin-right: 4rem;
  }

  .section_heading {
    text-align: center;
  }

  .desc_section .content {
    max-width: 800px;
    margin: auto;
  }

  .cta_section .flex {
    align-items: center;
  }
  .cta_section .col {
    width: 50%;
  }

  .section_desc_wrap .stripped_section:nth-child(even) .form_col .gform_fields input, .section_desc_wrap .stripped_section:nth-child(even) .form_col .gform_fields textarea {
    background: #ffffff;
  }

  .section_desc_wrap .stripped_section .form_col {
    margin-top: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .side_images_section .right_img, .side_images_section .left_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .side_images_section .right_img img, .side_images_section .left_img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .side_images_section .left_img {
    width: 30%;
  }
  .side_images_section .right_img {
    width: 70%;
  }
}
