@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');
body.widget-snippet {
    padding: 40px;
}
.wc-snippet-title-style {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.wc-snippet-title-style p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #939393;
}
.wc-snippet-title-style h2 {
    color: #191f27;
    font-family: "glacial_indifferencebold";
    font-size: 34px;
    line-height: 1.2;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .wc-snippet-title-style h2 {
        font-size: 28px;
    }
}
