
  .text-picture {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .text-picture.text-picture--gray-bg {
    background-color: #EEE;
  }
  .text-picture .text-picture__text h2 {
    margin-top: 0;
  }
  @media (min-width: 768px) {
    .text-picture .text-picture__text p:last-child {
      margin-bottom: 0;
    }
  }
  .text-picture .text-picture__picture {
    text-align: center;
  }
  .text-picture .text-picture__picture img {
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (min-width: 768px) {
    .row--flex {
      display: flex;
    }
    .row--flex .row--flex__col {
      align-self: flex-start;
    }
    .row--flex .row--flex__col--center {
      align-self: center;
    }
    .row--flex .row--flex__col--bottom {
      align-self: flex-end;
    }
  }