.linkListContaner {
  @include flex-direction(row);
  ul {
    padding: 1rem 2rem 1rem 1rem;
    li {
      line-height: 1.6;
      &:first-child {
        text-transform: uppercase;
        font-weight: 700;
        color: black;
        font-size: 1.6rem;
      }
      img {
        max-width: 4rem;
      }
      a {
        color: #555;
        font-size: 1.3rem;
        text-transform: none !important;
        font-weight: 400;
      }
    }
  }
}
