@import "//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i";
body.widget-snippet {
    padding: 40px;
}
.wc-snippet-title-style {
    text-align: center;
}
.wc-snippet-title-style h2 {
    color: #151515;
    font-family: "Lato",sans-serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.wc-snippet-title-style p {
    color: #151515;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 1.468;
    margin: 10px 0;
}
.wc-snippet-title-style .underLine {
    background: rgba(0, 0, 0, 0) url("/template/4723c94a/images/icon-sprite.png") repeat scroll -90px -5px;
    display: inline-block;
    height: 20px;
    margin: 10px 0;
    width: 107px;
}

@media (max-width: 991px) {
    .wc-snippet-title-style h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .wc-snippet-title-style h2 {
        font-size: 22px;
    }
}