/* VARIABLES */
/* MIXINS */
article {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  article .container {
    width: 60%; }
    article .container article p, article .container article span {
      margin-bottom: 10px;
      text-align: justify; }
  article > div {
    position: relative;
    margin-top: 58px;
    width: 35%;
    height: auto;
    line-height: 0; }
    article > div:after {
      content: '';
      background-image: url(/img/layout/shadow2.png);
      background-position: top;
      background-size: 94% auto;
      background-repeat: no-repeat;
      position: absolute;
      height: 15px;
      bottom: -15px;
      left: 3%;
      right: 3%; }
    article > div img {
      border-radius: 15px;
      width: 100%; }

/*# sourceMappingURL=aboutUs.css.map */
