@import '//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700';
@import '//fonts.googleapis.com/css?family=Roboto+Slab:400,500,600,700';
body.widget-snippet{
    padding: 40px;
    max-width: 600px;
}
.wc-snippet-getin .col-sm-4 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.wc-snippet-getin p {
    color: #878787;
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    line-height: 1.8;
}
.wc-snippet-getin .getin-para {
    margin-bottom: 30px;
}
.wc-snippet-getin h3 {
    color: #000000;
    font-family: "Roboto Slab",serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}
.wc-snippet-getin .num-text p {
    color: #999999;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}
.wc-snippet-getin > h2 {
    color: #000000;
    font-family: "Roboto Slab",serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 10px;
}
.wc-snippet-getin .title-bottom-line {
    background-color: #c8acac;
    height: 1px;
    margin: 15px 0 30px;
    width: 60px;
}

@media (max-width: 991px) {
    .wc-snippet-getin > h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .wc-snippet-getin .col-sm-4 {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .wc-snippet-getin > h2 {
        font-size: 26px;
    }
    .wc-snippet-getin .title-bottom-line {
        margin: 10px 0 20px;
    }
    .wc-snippet-getin .getin-para {
        margin-bottom: 20px;
    }
    .wc-snippet-getin h3 {
        font-size: 36px;
    }
}
