.widget-snippet section.offer-blog-area {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f7f7f7;
  max-width:380px;
  margin: 60px auto 0;
border: 5px solid #fa713a;
}
.widget-snippet section.offer-blog-area .offer-content {
  padding: 0 0 20px;
  display: block;
  width: 100%;
   text-align:center;
}
.widget-snippet section.offer-blog-area .offer-content h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 48px;
  padding: 0;
  display: block;
  text-align:center;
  color:#000;
  margin: 0;
}

.widget-snippet section.offer-blog-area .offer-content a {
  background: #FA713A;
  padding: 11px 36px;
  font-weight: 600;
  font-size: 18px;
  margin: 10px;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 350ms ease 0s;
  -o-transition: all 350ms ease 0s;
  -webkit-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s;
  display: inline-block;
}
.widget-snippet section.offer-blog-area .offer-content a:hover {
  background: #000;
}
.widget-snippet section.offer-blog-area .offer-img {
  max-width: 180px;
  /* max-height: 140px; */
  width: 100%;
  height: 100%;
  text-align:center;
  margin:0 auto;
  overflow:hidden;
}
.widget-snippet section.offer-blog-area  .offer-img img {
  width: 100%;
  height: 100%;
  -moz-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}
.widget-snippet section.offer-blog-area:hover img {
  	transform: scale(1.1);
}

@media (max-width: 991px) and (min-width: 768px) {
  .widget-snippet section.offer-blog-area {
    margin:30px auto;
    padding-bottom:20px;

  }
.widget-snippet section.offer-blog-area .offer-content {
    padding: 0;
  }
.widget-snippet section.offer-blog-area .offer-content h2 {
  font-size: 17px;
  line-height:26px;
  }
.widget-snippet section.offer-blog-area .offer-content a {
    padding: 10px 36px
  }

  
}

@media (max-width: 767px) and (min-width: 480px) {
  .widget-snippet .all-section {
padding-left:15px;
}
  .widget-snippet section.offer-blog-area {
  min-width:auto;
  max-width:100%;
  margin: 30px auto;
  width:100%;
}
.widget-snippet section.offer-blog-area .offer-content {
    padding: 0;
    text-align: center;
  }
.widget-snippet section.offer-blog-area .offer-content h2 {
  font-size: 30px;
  padding-bottom: 0;
  }
.widget-snippet section.offer-blog-area .offer-content a {
    padding: 10px 36px;
    margin: 10px 0 40px;
  }

.widget-snippet section.offer-blog-area .offer-img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
}

@media (max-width: 479px) {
  .widget-snippet .all-section {
padding-left:15px;
}
  .widget-snippet section.offer-blog-area {
  min-width:auto;
  max-width:100%;
  margin: 30px auto;
  width:100%;
  padding-bottom:20px;
}
.widget-snippet section.offer-blog-area .offer-content {
    padding: 0;
    text-align: center;
  }
.widget-snippet section.offer-blog-area .offer-content h2 {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 0;
  }
.widget-snippet section.offer-blog-area .offer-content a {
    padding: 10px 36px
  }
.widget-snippet section.offer-blog-area .offer-img {
  width: 100%;
  text-align: center;
}
}
		
