.About {
  .wrapper {
    display: flex;
    align-items: stretch;
    gap: 1rem;
    div {
      flex: 1;
    }
    aside {
      flex: 0.2;
      img {
        width: 100%;
        height: 100%;
      }
    }
  }
}
