@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body.widget-snippet {
    background-color: #fff;
    padding: 40px;
}
.fee-widget-selected .snippet-need-help {
    background-color: #fff;
}
.snippet-need-help > * {
    vertical-align: middle;
}
.snippet-need-help .icon-wrapper {
    background-color: #7bbd42;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    line-height: 32px;
    text-align: center;
    width: 34px;
}
.snippet-need-help i {
    color: #fff;
    font-size: 18px;
}
.snippet-need-help .text {
    color: #252f3a;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 5px;
    line-height: 1.5;
}
.snippet-need-help a.number {
    color: #252f3a;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}
.snippet-need-help a.number:hover {
    color: #7bbd42;
    text-decoration: none;
}