@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 {
    margin: 0 auto 25px;
    max-width: 600px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.wc-snippet-title-style p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #939393;
}
.wc-snippet-title-style h2 {
    color: #2d3a4b;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
}
.wc-snippet-title-style .border-line {
  background-color: #feb73d;
  height: 3px;
  margin: 15px auto;
  width: 40px;
}

@media (max-width: 991px) {
    .wc-snippet-title-style {
        margin: 0 auto 20px;
    }
    .wc-snippet-title-style h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .wc-snippet-title-style h2 {
        font-size: 24px;
    }
}
