@import "//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body.widget-snippet {
    padding: 40px;
}
.snippet-who-are .container {
    max-width: 1170px;
    width: auto;
}
.snippet-who-are [class^="col-sm-"] {
    padding-bottom: 15px;
    padding-top: 15px;
}
.snippet-who-are h2 {
    font-family: "Poppins",sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}
.snippet-who-are .underline {
    background-color: #7bbd42;
    content: "";
    display: block;
    height: 1px;
    margin: 10px 0 20px;
    width: 42px;
}
.snippet-who-are p {
    color: #222222;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 14px 0;
    padding: 0;
}
.snippet-who-are .readMore {
    color: #7bbd42;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 17px;
    text-decoration: none;
}
.snippet-who-are .readMore:focus {
    outline: medium none;
}
.snippet-who-are .readMore:hover {
    color: #b9f288;
    text-decoration: none;
}
body.widget-snippet .snippet-who-are .readMore:hover {
    outline: 2px dashed #f26522;
}
.snippet-who-are .readMore::after {
    content: '\f178';
    font-family: "Fontawesome";
    font-size: 13px;
    margin-left: 8px;
    vertical-align: middle;
}
.snippet-who-are .col-sm-5 img {
    max-height: 1000px;
}