@import url('//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
@import url('//fonts.googleapis.com/css?family=Yellowtail');

body.widget-snippet {
    background-color: #59514f;
    padding: 40px;
    text-align: center;
}
.wc-snippet-title-2 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.wc-snippet-title-2 .top-text {
    color: #e97d4d;
    font-family: "Yellowtail",cursive;
    font-size: 42px;
    line-height: 1.2;
    padding-bottom: 7px;
}
.wc-snippet-title-2 h2 {
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.wc-snippet-title-2 .bottom-text {
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    line-height: 1.468;
    margin-bottom: 20px;
}
@media (max-width: 767px){
    .wc-snippet-title-2 .top-text {
        font-size: 30px;
    }
    .wc-snippet-title-2 h2 {
        font-size: 22px;
    }
}
