    .flex {
    display: flex;
    align-items: flex-start;;
}
    .flex-stretch {
    align-items: stretch;
}
.tile {
    margin-top: 16px;
    margin-right: 16px;
    min-width: 100px;
    min-height: 100px;
    position: relative;
}
.bgrey {
    background-color: #edeced;
}.p3 {
    padding: 3em;
}.flex.flex-vertical.mwidth600 {
  
    flex-direction: column;
}
.flex-center {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.flex-3 {
    flex: 3;
}@media screen and (max-width: 800px) {
  
        .talented, .languages, .leading, .saas, .company-links {
        flex-direction: column;
    }
}