.x-content-band-subheader .h3,
.x-content-band-subheader .h4{
  color: #fff;
}
/*Red subheader image*/
@media (min-width: 980px) {
  .x-content-band-bg-red .x-1-4.x-img-circle-container {
    background: #f7574c;
    background: -webkit-linear-gradient(left, #ec3b4f, #ef464d);
    background: -moz-linear-gradient(left, #ec3b4f, #ef464d);
    background: -ms-linear-gradient(left, #ec3b4f, #ef464d);
    background: -o-linear-gradient(left, #ec3b4f, #ef464d);
  }
}
/*Dark Blue subheader image*/
@media (min-width: 980px) {
  .x-content-band-bg-dark-blue .x-1-4.x-img-circle-container {
    background: #8d65e6;
    background: -webkit-linear-gradient(left, #3b69ec, #5f68ea);
    background: -moz-linear-gradient(left, #3b69ec, #5f68ea);
    background: -ms-linear-gradient(left, #3b69ec, #5f68ea);
    background: -o-linear-gradient(left, #3b69ec, #5f68ea);
  }
}
/*Green subheader image*/
@media (min-width: 980px) {
  .x-content-band-bg-green .x-1-4.x-img-circle-container {
    background: #25c176;
    background: -webkit-linear-gradient(left, #0ba065, #17af6d);
    background: -moz-linear-gradient(left, #0ba065, #17af6d);
    background: -ms-linear-gradient(left, #0ba065, #17af6d);
    background: -o-linear-gradient(left, #0ba065, #17af6d);
  }
}
/*Blue subheader image*/
@media (min-width: 980px) {
  .x-content-band-bg-blue .x-1-4.x-img-circle-container {
    background: #297B99;
    background: -webkit-linear-gradient(left, #237191, #3087A2);
    background: -moz-linear-gradient(left, #237191, #3087A2);
    background: -ms-linear-gradient(left, #237191, #3087A2);
    background: -o-linear-gradient(left, #237191, #3087A2);
  }
}

/*Subheaders*/
.x-content-band-subheader.x-content-band .x-container {
  color: #fff;
  display: flex;
  padding-bottom: 0;
}
.x-content-band-subheader.x-content-band .x-1-4.x-img-circle-container {
  display: none;
}
.x-content-band-subheader.x-content-band h2 {
  margin: 0;
  padding: 1.1em 0 0 0;
}
.x-content-band h2.green {
  color: #38a866;
}
.x-content-band h2.purple {
  color: #8e64e3;
}
.x-content-band-subheader.x-content-band p strong {
  letter-spacing: 1px;
}
.x-content-band-subheader.x-content-band .x-3-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (min-width: 980px) {
  .x-content-band-subheader.x-content-band .x-1-4.x-img-circle-container {
    display: block;
    margin-top: -23px;
  }
}
@media (max-width: 979px) {
  .x-content-band-subheader.x-content-band .x-column {
    padding: 25px 0;
    text-align: center;
    width: 100%;
  }
}
