body.widget-snippet .about-section .about-area{
   padding: 10px;
}
body.widget-snippet .about-section .about-area .row{
   margin-bottom: 15px;
}
body.widget-snippet .about-section .about-area .about-content{
  margin: 10px;
}
.widget-snippet .about-section{
padding: 50px 0 120px 0;
}
.widget-snippet .about-section .about-area{
  max-width:1370px;
  margin:0 auto;
  width:100%;
}
.widget-snippet .about-section .about-area .about-content{
  max-width:645px;
  margin:0 auto;
  width:100%;
margin-right:auto;
margin-left:0;
}
.widget-snippet .about-section .about-area .about-content h6{
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #1F92D0;
  padding-bottom: 15px;
  text-transform:uppercase;
}
.widget-snippet .about-section .about-area .about-content h1{
font-family: 'Ubuntu';
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 55px;
letter-spacing: 1px;
color: #273039;
padding-bottom: 40px;
}
.widget-snippet .about-section .about-area .about-content ul li{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #43404F;
padding: 0 0 16px 28px;
position:relative;
}
.widget-snippet .about-section .about-area .about-content ul li:before{
content: '';
position: absolute;
left: 0;
top: 7px;
width: 12px;
height: 12px;
background:#1F92D0;
border-radius:100% ;
}
.widget-snippet .about-section .about-area .image {
  display:flex;
  flex-wrap: wrap;
  margin-top: 80px;
    justify-content: right;
}
.widget-snippet .about-section .about-area .image .about-image {
  border:2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  width:305px;
  height:305px;
  text-align: center;
  margin: 0 10px;
  position: relative;
}
.widget-snippet .about-section .about-area .image .about-image img{
position: absolute;  
top: 50%; 
left: 50%;
transform: translate(-50%, -50%);
border-radius: 10%;
}
.widget-snippet .about-section .about-area .image .about-image:first-of-type{
position:relative;
}
.widget-snippet .about-section .about-area .image .about-image:first-of-type:after{
content:'';
  position: absolute;
  right:-45px;
  top:50%;
  transform: translateY(-50%);
  width:68px;
  height: 68px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  z-index: 1;
  background: #fff url("/template/bcf634fd/images/+.png") no-repeat;
  background-position: center center;
}
.widget-snippet .about-section .about-area .image .about-image:last-of-type {
  margin-right: 0;
}
