@media(min-width:900px){
  #ak-about .ak-about-grid{
    grid-template-columns:1.2fr .8fr;
    align-items:start;
  }
}