body.widget-snippet {
    padding: 40px;
}
.wc-snippet-services-offer .col-md-6 .titel-and-details {
    border: 1px dashed #cfcfcf;
    border-radius: 5px;
    display: inline-block;
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
}
.wc-snippet-services-offer .titel-and-details .text-box > h3 {
    color: #222222;
    font-family: "Playfair Display",serif;
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    text-transform: capitalize;
}
.wc-snippet-services-offer .titel-and-details .text-box > h3 .hot {
    font-weight: 800;
}
.wc-snippet-services-offer .titel-and-details .text-box > .offer {
    color: #222222;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 12px 0;
}
.wc-snippet-services-offer .titel-and-details .text-box > .offer .bold {
    color: #84b813;
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.wc-snippet-services-offer .titel-and-details .text-box > .readMore .shop-button {
    color: #222222;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
}
.wc-snippet-services-offer .titel-and-details .text-box > .readMore .shop-button:hover{
    color: #84b813;
    text-decoration: none;
}
.wc-snippet-services-offer .titel-and-details .text-box > .readMore .shop-button::after {
    content: "\f0da ";
    font-family: fontawesome;
    font-size: 16px;
    margin-left: 6px;
}
.wc-snippet-services-offer .titel-and-details .text-box > .readMore {
    margin-top: 65px;
}
.wc-snippet-services-offer .col-md-6 .titel-and-details .text-box {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    height: auto;
    padding: 40px 20px 25px;
    width: 50%;
}
.wc-snippet-services-offer .col-md-6 .titel-and-details .img-raper-box {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 48%;
}
.wc-snippet-services-offer .col-md-6 .titel-and-details .img-raper-box > img {
    max-height: 190px;
    max-width: 100%;
}
.wc-snippet-services-offer .container .col-md-6:nth-child(2n+1) {
    clear: left;
}
.widget.widget-snippet.services-offer-area .wc-snippet-services-offer{
    padding: 80px 0;
    background-size: cover;
    background: url(/template/01404cc6/images/offer-bg.jpg) no-repeat;
    background-size: cover;
}
.widget.widget-snippet.services-offer-area .wc-snippet-services-offer:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
@media (max-width:991px) {
    .wc-snippet-services-offer .col-md-6 .titel-and-details .text-box {
        padding: 35px 15px 20px;
    }
    .wc-snippet-services-offer .col-md-6 .titel-and-details .img-raper-box > img {
        max-height: 100%;
    }
    .wc-snippet-services-offer .col-md-6 .titel-and-details .img-raper-box {
        vertical-align: top;
    }
    .wc-snippet-services-offer .col-md-6 .titel-and-details {
        margin: 10px 0;
    }
}
@media (max-width:767px) {
     .wc-snippet-services-offer .col-md-6 .titel-and-details .text-box {
      padding: 15px;
      text-align: center;
     width: 100%;
    }
    .wc-snippet-services-offer .col-md-6 .titel-and-details .img-raper-box {
        padding-top: 10px;
        width: 100%;
        text-align: center;
    }
    .wc-snippet-services-offer .titel-and-details .text-box > h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .wc-snippet-services-offer .titel-and-details .text-box > .offer {
        font-size: 16px;
        line-height: 26px;
        margin: 8px 0;
    }
    .wc-snippet-services-offer .titel-and-details .text-box > .offer .bold {
        font-size: 26px;
    }
.wc-snippet-services-offer .titel-and-details .text-box > .readMore {
  margin-top: 10px;
}
    .wc-snippet-services-offer .titel-and-details .text-box > .readMore .shop-button {
        font-size: 14px;
    }
    .wc-snippet-services-offer .titel-and-details .text-box > .readMore .shop-button::after {
        font-size: 15px;
    }
}
