.widget-snippet .about-us-area{
  width:100%;
  background:#FAF9F7;
}
.widget-snippet .about-us-section {
    max-width: 1760PX;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.widget-snippet .about-content {
    max-width: 591px;
}

.widget-snippet .about-us-section .about-content h2 {
    font-size: 60px;
    line-height: 58px;
    font-family: 'Graphik';
    font-weight: 500;
    color: #0E130C;
    padding-top: 23px;
    padding-bottom: 26px;
}

.widget-snippet .about-us-section .about-content h6 {
    font-size: 24px;
    line-height: 36px;
    font-family:'Graphik';
    font-weight: normal;
    color: black;
}

.widget-snippet .about-us-section .about-content p{
  font-size:19px;
  line-height:30px;
   font-family:'Graphik';
  color:black;
}

.widget-snippet .about-us-section .about-content a {
    font-size: 18px;
    line-height: 80px;
   font-family:'Graphik';
    color: black;
    font-weight: 600;
  position:relative;
  text-decoration:none;
}
.widget-snippet .about-us-section .about-content a:hover{
  color:#E8542C;
}
.widget-snippet .about-us-section .about-content a:hover:after{
  content: url(/template/d1e69aa0/image/link-right-orange.png);
}

.widget-snippet .about-us-section .about-content a::after {
    content: url(/template/d1e69aa0/image/link-right.png);
    margin-left: 10px;
    vertical-align: top;
    line-height: 82px;
}
.widget-snippet .about-us-section .about-image {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* max-width: 1020px; */
    /* margin-right: 0; */
    /* margin-left: auto; */
}

.widget-snippet .about-us-section .col-md-4 {
    width: 40%;
}
.widget-snippet .about-us-section .col-md-8 {
    width: 60%;
}
.widget-snippet .about-us-section .about-image .img-1, .about-us-section .about-image .img-2{
  position: relative;
  max-width: 49%;
  display: inline-block;
}
.widget-snippet .about-us-section .about-image .img-1 img, .about-us-section .about-image .img-2 img{
  position: relative;
  padding: 15px;
}
.widget-snippet .about-us-section .about-image .img-1:before, .about-us-section .about-image .img-2:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 307px;
    height: 345px;
    background: #000;
}
.widget-snippet .about-us-section .about-image .img-2:before {
    background: #E8542C;
    right: -8px;
    bottom: -8px;
    left: auto;
    top: auto;
}

body.widget-snippet .about-us-section .row{
  padding:20px
}
@media only screen and (max-width: 1700px) {
.widget.widget-snippet .about-us-section .col-md-4 {
    /* width: 35%; */
}
.widget.widget-snippet .about-content {

    padding: 0px 38px;
}
.widget.widget-snippet .about-us-section .col-md-8 {
    width: 60%;
}
}
