/* VARIABLES */
/* MIXINS */
article > section {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  article > section section.container {
    width: 55%; }
    article > section section.container article p, article > section section.container article span {
      margin-bottom: 10px;
      color: #5e5e5e;
      font-weight: 600;
      font-size: 1.1em; }
    article > section section.container article ul li {
      padding-left: 15px;
      margin-bottom: 5px;
      color: #5e5e5e;
      font-weight: 600;
      font-size: 0.9em;
      position: relative; }
      article > section section.container article ul li:last-of-type {
        margin-bottom: 0; }
      article > section section.container article ul li:before {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #fdc010;
        position: absolute;
        top: 4px;
        left: 0;
        border-right: 20px; }
  article > section section.img {
    width: 40%;
    margin-top: 58px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between; }
    article > section section.img > a.hoverEffect {
      position: relative;
      width: 48%;
      height: auto;
      line-height: 0;
      display: initial;
      flex-direction: row; }
      article > section section.img > a.hoverEffect .overlay {
        padding-bottom: 142%;
        border-radius: 5px; }
      article > section section.img > a.hoverEffect: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 > section section.img > a.hoverEffect > img {
        border-radius: 5px;
        width: 100%; }

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