.data-teams-header--copy {
  text-align: center;
  margin-top: 35px;

}
.padded-container {
  padding: 30px;
}
.vertical-line-sm {
  height: 35px;
  text-align: center;
  bottom: 35px;
  position: relative;
  z-index: -1;
}
.vertical-line {
  height: 74px;
  margin-bottom: 40px;
  text-align: center;
}
.data-teams-summary {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #1B3139;
}
.data-teams--secondary-copy {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #1B3139;
  text-align: left;
}
.data-teams-image {
  text-align: center;
}
.data-teams-image--title {
  font-weight: 500;
  font-size: 36px;
  line-height: 38px;
  /* or 106% */
  text-align: center;
  /* Deep Blue */
  color: #1B5162;
}
.data-teams-quote--block {
  text-align: center;
}
.data-teams-quote--copy {
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  /* or 127% */
  color: #3B859F;
}
.data-teams-quote--author {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  text-transform: uppercase;
  color: #FD4F1E;
}
.data-teams-get-started-block {
  padding: 35px;
}
.data-teams-get-started-heading {
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  /* or 100% */
  text-align: center;
  color: #1B5162;
}
.data-teams-link--orange {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  /* identical to box height, or 144% */
  text-align: center;
  /* CTA Orange */
  color: #FE5000;
}
.data-teams-main-content {
  padding-bottom: 30px;
}
.data-teams-company-logo {
  max-width: 200px;
  margin-top: 25px;
  margin-bottom: 15px;
}

/** Featured Customers **/
#section-featured-customers {
  background: #f3f3f3;
  padding: 0 0 30px;
}
.section-featured-customers-heading {
  font-weight: 500;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  color: #1B3139;
}
.featured-customer {
  background: #fff;
  border-radius: 15px;
  text-align: center;
}
.featured-customer .featured-customer-image img {
  display: block;
  margin: 0;
}
.featured-customer .featured-customer-title {
  margin: 0;
  font-weight: 300;
  font-family: "Barlow", sans-serif;
  font-size: 31px !important;
  margin-bottom: 14px;
}
.featured-customer p {
  margin-bottom: 20px;
}
.featured-customer .button {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.featured-customer .button:hover {
  text-decoration: underline;
  color: #000;
}
.featured-customer .featured-customer-content {
  padding: 30px 20px;
}

@media only screen and (min-width: 640px) and (max-width: 992px) {
  #section-featured-customers .col-sm-6,
  .resource-listing .col-sm-6 {
    width: 50%;
    min-width: 480px;
    margin: 0 auto;
    float: none;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .featured-customer .featured-customer-content {
    margin-bottom: 50px;
  }
}
/** end Featured Customers **/

@media (min-width: 1024px) {
  .data-teams-header--copy {
    text-align: left;
  }
  .padded-container {
    padding: 15px 0 30px 0;
  }
  .data-teams-main-content {
    padding-bottom: 75px;
  }
  .data-teams-get-started-block {
    padding: 75px 0;
  }
  .data-teams-company-logo {
    margin-top: 0;
    margin-bottom: 25px;
  }
}