body.widget-snippet {
    padding: 40px;
}
.wc-snippet-center-align {
    padding-left: 15px;
    padding-right: 15px;
}
.wc-snippet-center-align .title-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 27px;
}
.wc-snippet-center-align .title-text {
    font-size: 32px;
    font-family: "Vidaloka",serif;
    position: relative;
    margin: 0 10px;
    text-align: center;
    font-weight: 400;
    line-height: 1.42857143;
    color: #2b2b2b;
}
.wc-snippet-center-align .line {
        background: #f4d85a none repeat scroll 0 0;
        height: 1px;
        width: 78px;
        flex: 0 0 78px;
        margin-top: 22px ;
}
@media(max-width: 767px){
    .wc-snippet-center-align .title-wrapper {
        margin-bottom: 17px;
    }
    .wc-snippet-center-align .title-text {
        font-size: 25px;
    }
    .wc-snippet-center-align .line {
        width: 48px;
        flex: 0 0 48px;
        margin-top: 18px ;
    }
}
@media(max-width: 575px){
    .wc-snippet-center-align .title-text {
        font-size: 22px;
    }
    .wc-snippet-center-align .line {
        width: 38px;
        flex: 0 0 38px;
        margin-top: 15px ;
    }
}
