    .about-one__left::before{
          display:none;
      }
        #rnd-3 .about-one__left::before,  #rnd-2 .about-one__left::before{
              display:none;
          }
      #rnd-3    .about-one__left-img::after ,  #rnd-2    .about-one__left-img::after{
              right:-88px;
              left:0;
              border-bottom-left-radius:10px;
              border-bottom-right-radius: 10px;
    
          }
    #rnd-3 .about-one__left-img::before ,   #rnd-2 .about-one__left-img::before {
  
   
    right: -30px;
    left: auto;
    border-bottom-right-radius:10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#rnd-2 .about-one__content, #rnd-3 .about-one__content{
    
    margin-left:0;
}
section#rnd-2, section#rnd-3 {
    background-color: #f1f9e0;
}
@media only screen and (max-width: 767px) {
 .about-one__content{
 margin-top: 50px;
 }
section#rnd-2 .about-one__content, section#rnd-3 .about-one__content {
    margin-top: 0;
}
section#rnd-2 .about-one__left-img, section#rnd-3 .about-one__left-img {
    margin-top: 28px;
}
}