.widget-snippet .about-area{
  max-width:1400px;
  margin:80px auto 80px;
  
}
.widget-snippet .about-area .content{
  display:flex;
  flex-wrap:wrap; 
  margin-bottom: 50px;
}
.widget-snippet .about-area .content .right-part{
  width:38%;
  padding-bottom: 20px;
}
.widget-snippet .about-area .content .left-part{
  width:62%;
  padding: 0 100px 20px 0;
}
.widget-snippet .about-area .content .left-part h2{
 font-family: 'GT Walsheim Pro', sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  font-weight:500;
  text-transform: unset;
  margin: 5px 0 30px 0;
  max-width: 90%;
}

.widget-snippet .about-area .content .left-part p{
  margin-bottom: 15px;
   font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 400;
  color: #272727;
font-size: 17px;
line-height: 28px;
}
.widget-snippet .about-area .content .right-part{
  position: relative;
  margin-top: 50px
}
.widget-snippet .about-area .content .right-part .about-image{
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 450px;
}
.widget-snippet .about-area .content .right-part .about-image img{
  height: 100%;
  object-fit: cover
}

.widget-snippet .about-area .content .right-part:before{
  position: absolute;
  content: "";
  left: -30px;
  top: -15px;
  width:150px;
  height: 450px;
  background: #000;
 clip-path: polygon(0 0, 100% 0, 15% 100%, 0% 100%);
}
