.icf-awardee--list {


  & .icf-awardee {
    border-bottom: 1px solid;
    display: flex;
    margin-bottom: 15px;
    margin-top: 2vh;
    width: 100%;

    &:first-of-type {
      margin-top: 0;
    }

    &:last-of-type {
      border-bottom: 0;
    }
  }
  & .icf-awardee--awardee {
    /*display: flex;*/
    margin-top: 0;
    width: 35%;

    & .icf-awardee--portrait {
      margin: 0 auto;
      width: 150px;
    }

    & .signature {
      margin-bottom: 15px;
      width: 100%;
    }

    & h4 {
      margin-top: 0;
    }
  }

  & .icf-awardee--project-info {
    width: calc(100% - 35%);
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

    & h3 {
      margin-top: 0px;
      /*font-size:  20px;*/
    }
  }
}

