.team-cta-section {
  padding: 60px 0 86px; }
  .team-cta-section.bg-color--purple {
    background-color: #6D6CA4; }
  .team-cta-section.bg-color--green {
    background-color: #869B3B; }
  .team-cta-section.bg-color--orange {
    background-color: #F46B10; }
  .team-cta-section.bg-color--orange-light {
    background-color: #FEF0E7; }
  .team-cta-section.bg-color--blue {
    background-color: #5C9CB0; }
  .team-cta-section.bg-color--light-blue {
    background-color: #eff5f7; }
  .team-cta-section.bg-color--dark-blue {
    background-color: #122A58; }
  .team-cta-section.bg-color--red {
    background-color: #A93424; }
  .team-cta-section.bg-color--red-light {
    background-color: #D15C45; }
  .team-cta-section.bg-color--tiffany-blue {
    background-color: #0FC2C4; }
  .team-cta-section.bg-color--orange-light h2,
  .team-cta-section.bg-color--orange-light .field--type-text-with-summary, .team-cta-section.bg-color--light-blue h2,
  .team-cta-section.bg-color--light-blue .field--type-text-with-summary {
    color: #2F3131; }
  .team-cta-section .container {
    max-width: 1076px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap; }
  .team-cta-section .col {
    width: 100%; }
    @media (min-width: 768px) {
      .team-cta-section .col {
        width: 50%;
        padding: 0 15px;
        margin: 0 0 30px; } }
    .team-cta-section .col.image-holder {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .team-cta-section .col.image-holder {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .team-cta-section .col.text-holder {
        padding: 0; } }
  .team-cta-section h2 {
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font: 700 20px/1.25 "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .team-cta-section h2 {
        font-size: 24px; } }
  .team-cta-section .field--type-text-with-summary {
    color: #fff;
    font: 400 20px/1.25 "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .team-cta-section .field--type-text-with-summary {
        font-size: 24px; } }
  .team-cta-section .field--name-field-cta-links {
    display: flex;
    flex-wrap: wrap; }
    .team-cta-section .field--name-field-cta-links .field__item {
      margin-right: 30px; }
