body.widget-snippet {
        padding: 40px;
    }
.snippet-about-us .html-container h1 {
  color: #222222;
  font-family: "Open Sans",sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.snippet-about-us .html-container .border-line {
  background-color: #222222;
  height: 3px;
  margin: 10px 0 15px;
  width: 35px;
}
    .snippet-about-us .html-container p {
        color: #818182;
        font-family: "Open Sans",sans-serif;
        line-height: 22px;
    }
    .snippet-about-us .red-more-wrap {
        margin: 30px 0 0;
    }
    body.widget-snippet .snippet-about-us .red-more-wrap {
        padding: 7px;
        margin-left: -7px;

    }
    .widget-snippet .snippet-about-us .red-more-wrap a {
        color: #e93261;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .widget-snippet .snippet-about-us .red-more-wrap a:hover {
        color: #000;
        text-decoration: none;
    }
    .widget-snippet .snippet-about-us .red-more-wrap a::after {
        content: '\f178';
        font-family: 'FontAwesome';
        margin-left: 7px;
    }
    @media (max-width: 991px) {
        .snippet-about-us .col-md-7 {
            padding-bottom: 30px;
        }
        
    }
