.content-image-row {
  background: #f1f1f1;
  margin: 10px; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .content-image-row {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .content-image-row {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (min-width: 0rem) and (max-width: 73.375rem) {
    .content-image-row {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 10px;
      width: auto; } }
  .content-image-row__c1 {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
    margin: 10px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box; }
    @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
      .content-image-row__c1 {
        justify-content: center;
        flex-direction: column-reverse;
        padding: 1.5625rem 0 1.625rem 0; } }
    @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .content-image-row__c1 {
        justify-content: space-evenly;
        padding: 3.125rem 0; } }
  .content-image-row__content {
    width: 30%;
    align-self: center;
    padding-left: 3.125rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
      .content-image-row__content {
        width: 100%;
        margin: 1rem 0;
        padding-left: 0;
        padding-right: 0; } }
  .content-image-row__imageWrapper {
    align-self: center; }
    @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
      .content-image-row__imageWrapper {
        width: 100%; } }
    @media screen and (min-width: 64rem) and (max-width: 79.9375rem) {
      .content-image-row__imageWrapper {
        padding-left: 50px; } }
  .content-image-row__subHeader {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 64rem) {
      .content-image-row__subHeader {
        font-size: 16px;
        font-size: 1rem; } }
  .content-image-row__header {
    margin: 0;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    text-align: left;
    width: 90%; }
    @media screen and (min-width: 30rem) {
      .content-image-row__header {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .content-image-row__header {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 64rem) {
      .content-image-row__header {
        font-size: 40px;
        font-size: 2.5rem; } }
  .content-image-row__copy {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 1rem;
    margin: 2rem 0; }
    @media screen and (min-width: 64rem) {
      .content-image-row__copy {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .content-image-row__copy {
        margin: 0.625rem 0; } }
  .content-image-row__link {
    color: #cf000d;
    transition: color .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    display: block;
    margin: 2rem 0;
    font-weight: 600; }
    .content-image-row__link:hover {
      color: #7f7f7f; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .content-image-row__link {
        position: relative;
        margin: 2rem 0 0; } }
  .content-image-row__disclaimer {
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin: 1rem 0; }
    @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
      .content-image-row__disclaimer {
        position: relative;
        margin: 0.625rem 0; } }
  .content-image-row__image {
    background: #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.12);
    padding: 2.5rem;
    min-height: 360px;
    display: flex;
    position: relative; }
    @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
      .content-image-row__image {
        padding: 1.25rem; } }
    @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .content-image-row__image {
        width: max-content; } }
    @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
      .content-image-row__image {
        min-height: auto; } }
    .content-image-row__image img {
      align-self: center;
      width: 90%;
      margin: auto; }
      @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
        .content-image-row__image img {
          width: 100%; } }

/*# sourceMappingURL=content-image-row.css.map */