/*
Compile SASS: references.css
*/
.references {
  text-align: center;
  margin-bottom: 6rem; }
  .references h2 {
    margin: 6rem 0 0 0; }
  .references .button {
    cursor: pointer; }
  .references .columns {
    display: flex;
    margin-top: 6rem;
    margin-bottom: 6rem; }
    .references .columns .column {
      margin-right: 5.5rem;
      width: 33.333%; }
      .references .columns .column img {
        width: 100%;
        border: 0.5rem solid #eee; }
      .references .columns .column .headline {
        font-size: 2rem;
        margin-bottom: 1rem;
        margin-top: 1rem; }
      .references .columns .column .text {
        font-size: 1.7rem;
        line-height: 1.5em; }
      .references .columns .column:last-child {
        margin-right: 0; }
      .references .columns .column a {
        text-decoration: none;
        color: Black; }
    .references .columns.no_of_columns_2 {
      justify-content: center; }
      .references .columns.no_of_columns_2 .column {
        margin-right: 8rem; }
        .references .columns.no_of_columns_2 .column:last-child {
          margin-right: 0; }
  .references.initial_hide {
    position: relative; }
    .references.initial_hide .hide {
      display: none;
      opacity: 0; }
    .references.initial_hide .button {
      display: inline-block; }
  @media screen and (max-width: 700px) {
    .references {
      margin-bottom: 4rem; }
      .references .columns {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0; }
        .references .columns .column {
          margin-bottom: 4rem;
          width: 80%;
          margin-right: 0 !important; } }
