/* VARIABLES */
/* MIXINS */
section.offer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
  flex-wrap: wrap; }
  section.offer a.hoverEffect {
    width: 22%;
    margin-bottom: 30px; }
    section.offer a.hoverEffect article {
      padding: 10px 5px; }
      section.offer a.hoverEffect article p:first-of-type {
        font-size: 1.4em;
        line-height: 1.2em;
        margin-bottom: 5px;
        font-weight: 600; }
      section.offer a.hoverEffect article p:last-of-type {
        color: #6a6a6a;
        font-size: 0.9em;
        line-height: 1.4em;
        font-weight: 600; }

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