.supporters-block{
  margin-bottom: 50px;
}

  .supporters-block__header{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .supporters-block__icon{
    width: 100%;
    max-width: 235px;
    height: auto;
    margin-right: 10px;
  }

  .supporters-block__title{
    font-size: 1.75rem;
    margin: 0 0 10px 0;
  }

  .supporters-block__subtitle{
    font-size: 1.125rem;
    margin-bottom: 0;
  }

  .supporters-block__supporters{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px;
  }

    @media screen and (min-width: 64em){
      .supporters-block__supporters{
        padding: 0;
      }
    }

  .supporters-block__supporter{
    border: 1px solid var(--grey);
    width: 100%;
    max-width: 606px;
    margin: 15px 0;
    padding: 28px 28px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

    @media screen and (min-width: 48em){
      .supporters-block__supporter{
        flex-direction: row;
        align-items: flex-start;
      }
    }

    .supporters-block__supporter h3{
      font-size: 1.5rem;
      margin-top: 0;
    }

    .supporters-block__supporter p{
      font-size: 1.125rem;
      line-height: 1.55em;
    }

    .supporters-block__supporter a{
      color: var(--text);
      font-size: 1.125rem;
      text-decoration: none;
      font-weight: bold;
    }

  .supporters-block__supporter-img{
    margin: 0 0 30px 0;
  }

    @media screen and (min-width: 64em){
      .supporters-block__supporter-img{
        margin: 0 30px 0 0;
      }
    }