@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
body.widget-snippet {
    padding: 40px;
    max-width: 600px;
}
.wc-snippet-getin .col-sm-4 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.wc-snippet-getin p {
    font-family: 'Rubik', sans-serif;
    color: #272727;
    font-size: 15px;
    line-height: 1.8;
}
.wc-snippet-getin h2 {
    color: #272727;
    font-family: 'Rubik', sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}
.wc-snippet-getin .getin-para {
    margin-bottom: 40px;
}
.wc-snippet-getin h3 {
    font-family: 'Rubik', sans-serif;
    color: #272727;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
}
.wc-snippet-getin .num-text p {
    color: #999999;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 5px 0;
}
.wc-snippet-getin .num-text h3, .wc-snippet-getin .num-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wc-snippet-getin .underline {
    background: #272727 none repeat scroll 0 0;
    bottom: 6px;
    display: block;
    height: 2px;
    margin: 10px 0;
    width: 20px;
}
.wc-snippet-getin {
    margin-bottom: 20px;
}
div.wc-snippet-getin .num-text::after {
    content: none;
}

@media (max-width: 991px) {
    .wc-snippet-getin h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .wc-snippet-getin h2 {
        font-size: 24px;
    }
    .wc-snippet-getin h3 {
        font-size: 36px;
    }
    .wc-snippet-getin .col-sm-4 {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
