body.widget-snippet {
    padding: 40px;
}
.about-us-inner .container{
    width: 1300px;
    max-width: 100%;
}
.about-us-inner {
    padding: 110px 0;
}
    .about-us-inner .about-content {
	margin-right: 60px;
}
.about-us-inner .about-content h2 {
color: #070659;
font-size: 45px;
line-height: 50px;
font-weight: bold;
margin: 0 0 20px;
font-family: 'Century Gothic', sans-serif;
}

.about-us-inner .about-content p {
    color: #000000;
    font-size: 18px;
    margin: 0 0 23px;
    font-weight:normal;
    line-height: 25px;
    font-family: 'Century Gothic', sans-serif;
}
.about-us-inner .about-content p a {
    color: #000069;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.about-us-inner .about-content p a:hover{
    color: #000069;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.about-us-inner .about-image {
    position: relative;
    margin: 0 0 30px 30px;
    float: right;
}
.about-us-inner .about-image img {
    width: 100%;
    padding: 13px;
}
.widget.widget-snippet .about-us-inner .about-image img {
    position: relative;
    z-index: 2;
}

.widget.widget-snippet .about-us-inner .about-image::after {
    content: " ";
    top: 0;
    right: 0;
    position: absolute;
    width: 315px;
    height: 87%;
    background: #070659;
    z-index: 1;
    bottom: 0;
}
.widget.widget-snippet .about-us-inner .about-image::before {
    content: " ";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 315px;
    height: 87%;
    background: #3de39a;
    z-index: 1;
}

body.widget-snippet .about-us-inner .about-image{
   padding:15px;
}
