.node--type-person.node--view-mode-contact-an-expert,
.node--type-person.node--view-mode-grid,
.node--type-person.node--view-mode-grid .person-grid-link,
.node--type-person.node--view-mode-grid .person-info,
.node--type-project-external.node--view-mode-grid a,
.node--type-project.node--view-mode-grid a,
.view-our-projects.view-display-id-page_1 .view-content .views-row,
.node--type-project-external.node--view-mode-grid,
.node--type-project.node--view-mode-grid,
#content-bottom .block-views .view-our-projects .view-content .views-row{
  -webkit-flex-direction: column;
}
@media only screen and (min-width: 768px){
  .node--type-vacancy.node--view-mode-full .vacancy-hero-section,
  .node--type-project.node--view-mode-full .vacancy-hero-section,
  .node--type-service.node--view-mode-full .hero-section,
  .node--type-sectors.node--view-mode-full .hero-section,
  .node--type-person.node--view-mode-full .layout__region--first-above,
  .node--type-person.node--view-mode-tab_row .layout__region--second,
  .node--type-person.node--view-mode-tab_row .layout__region--third,
  .node--type-tabbed-page.node--view-mode-full .tabbed-page-hero-section{
    -webkit-flex-direction: column;
  }
  .node--type-person.node--view-mode-contact-an-expert{
    -webkit-flex-direction: row;
  }
}
