.widget-snippet .about-section{
    background:#fff;
    width: 100%;
}
.widget-snippet .about-section .about-area {
    max-width: 1400px;
    margin: 0 auto;
  padding: 91px 0;
}
.widget-snippet .about-section .about-area .about-content {
    max-width: 635px;
    padding-top: 25px;

}
.widget-snippet .about-section .about-area .about-image {
    position: relative;
  	background: url(/template/bbca02b2/images/About-img.png) no-repeat;
    background-position: center center;
    width: 698px;
    height: 420px;
    background-size: 96%;
}
.widget-snippet .about-section .about-area .about-image img {
    width: 100%;
    height: 100%;
}
.widget-snippet .about-section .about-area .about-content h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #1C1C1C;
  padding: 0 0 15px 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;

}
.widget-snippet .about-section .about-area .about-content h6{
font-weight: 600;
font-size: 17px;
line-height: 27px;
color: #000000;
padding-bottom: 15px;
font-family: 'Montserrat', sans-serif;
}
.widget-snippet .about-section .about-area .about-content p {
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #000;
margin: 0 0 15px;
font-family: 'Poppins', sans-serif;
}
.col-md-6.col-sm-6:first-child{
  width:50%;
}
.col-md-6.col-sm-6:last-child{
  width:50%;
  padding-left: 75px;
}
body.widget-snippet .about-section .about-area .row {
   padding:30px;
   margin-bottom:70px;
}
@media (max-width: 1500px) {
.widget-snippet .about-section .about-area {
  padding: 90px 10px 90px;
}
}
@media (max-width: 1400px) {
.widget.widget-snippet .about-section .about-area {
  padding-left: 20px;
  padding-right: 20px;
}
.widget.widget-snippet .about-section .about-area .about-image {
  width: 670px;
  height: 410px;
}
.widget.widget-snippet .about-section .about-area .about-content {
  padding-top: 17px;
}
}
@media (max-width: 1300px) {
.widget.widget-snippet .about-section .about-area .about-image {
  width: 625px;
}
  .widget.widget-snippet .about-section .about-area .about-content {
  padding-top: 0;
}
}
@media (max-width: 1200px) {
.widget.widget-snippet .about-section .about-area .about-image {
  width: 515px;
  height: 350px;
background-size: 90%;
}
}
