.about-section {
    padding: 30px 0px 30px;
}
.about-group-container{
  max-width:1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.about-group-container h2 {
    font-family: 'Gotham';
    font-size: 36px;
    color:#0E325F;
    padding: 0;
    margin:0;
    font-weight: 700;
    display: inline-block;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
}
.about-group-container h2:before {
    content: '';
    left: -16px;
    top: 0;
    height: 34px;
    width: 3px;
    background-color:#21B155;
    transform: skewX(-18deg);
    position: absolute;
  display:none;
}
.about-row-wrab-container{
   display:flex;
   gap:0 75px;
   align-items: center;
    padding:50px 0px;
}
.about-row-wrab-container .ab-left-content{
  width:50%;
}
.about-row-wrab-container .ab-right-content{
    width:50%;
}
.about-row-wrab-container .about-img-box{
    max-height:390px;
    overflow:hidden;
    border-radius: 15px;
}

.about-group-container img {
    border-radius: 15px;
    width:100%;
    height:100%;
    
}
