/* Scss Document */
/**/
/* screen resolutio*/
/* mixin start*/
.feature-offer {
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  max-width: 350px; }
  .feature-offer h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "EB Garamond",serif; }
  .feature-offer ul {
    list-style: none; }
    .feature-offer ul li {
      width: 48%;
      float: left;
      margin-right: 4%;
      position: relative;
      margin-bottom: 18px; }
      .feature-offer ul li a {
    display: block;
}
      .feature-offer ul li:nth-child(2n) {
        margin-right: 0%; }
      .feature-offer ul li img {
        width: 100%; vertical-align: middle; }
      .feature-offer ul li .feature-offer-txt {
        position: absolute;
        font-size: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        left: 0px;
        z-index: 2;
        color: #fff;
        font-family: "EB Garamond",serif;
        width: 100%; }
        .offr-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

@media only screen and (max-width: 991px) {
  .feature-offer {
    max-width: 100%;
    float: left;
    width: 100%;
    margin-top: 30px; } }

/*# sourceMappingURL=feature-offer.css.map */
