@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body.widget-snippet {
    padding: 40px;
}
.tla-special-offer {
    background: #FFF;
    padding-top: 30px;
    padding-bottom: 25px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    padding: 30px;
  flex-wrap: wrap;
}
.tla-special-offer .offer-itme {
  width: 100%;
  max-width: 260px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  margin: 20px 30px;
}

.tla-special-offer .offer-itme h3 {
    color: #000;
    font-family: "Poppins",sans-serif;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.tla-special-offer .offer-itme .content-area {
  width: 50%;
}
.tla-special-offer a:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #ffffff;
}
.tla-special-offer a,
.tla-special-offer a:visited,
.tla-special-offer a:active,
.tla-special-offer a:focus {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    line-height: 1.468;
    font-weight: 600;
    outline: none;
    text-transform: uppercase;
}
.widget .tla-special-offer a:hover {
    color: #ffffff;
    text-decoration: none;
}
body.widget-snippet .tla-special-offer a.snippet-highlighted-elm,
body.widget-snippet .tla-special-offer a.snippet-activated-elm {
    outline: 2px tomato solid;
}
.tla-special-offer img {
    max-width: 130px;
    max-height: 105px;
}

@media (max-width: 1200px) {
.tla-special-offer {
  padding: 30px;
}
}

@media (max-width: 991px) {
    .tla-special-offer .offer-itme {
        min-height: 50px;
        display: block;
    }
    .tla-special-offer .offer-itme h3 {
        font-size: 20px;
    }
    .tla-special-offer img {
        top: -40px;
    }
    .tla-special-offer .offer-itme .content-area {
  width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding:0 20px
}
    .tla-special-offer .offer-itme .img-area {
  text-align: center;
          width: 100%;
        padding:0 20px
}
}
@media (max-width: 767px) {
    .tla-special-offer {
        padding-bottom: 10px;
        padding-top: 30px;
        display: block;
    }
    .tla-special-offer img {
        top: -20px;
        max-height: 95px;
        max-width: 114px;
    }
    .tla-special-offer .offer-itme {
        min-height: auto;
        margin-bottom: 40px;
      max-width: 100%;
      margin: 0 0 40px;
    }
.tla-special-offer .offer-itme .content-area {
  margin-bottom: 5px;
  padding: 0;
}
}
