.about-head {background:#f7852e;height: fit-content;position: relative;    overflow: hidden;margin-top:24px;border-radius:10px;}
.about-head h2 {font-size:48px;color:#fff;margin-bottom:32px;}
.about-head .row-main {    position: static!important;}
.about-head .left-board {padding:180px 50px 180px 50px;display: flex;    flex-direction: column;color:#fff;}
.about-head .left-board p{line-height:140%;}
.about-head .right-board {width:50%;height:100%;right:0;top:0;position:relative;}
.about-head .right-board img{max-width: 100%;   height: auto;}
.about-head .right-board::before {content:"";height:80px;width:40px;background:#f7852e;position:absolute;bottom:0;left:0;}
.about-head .right-board::after {content:"";height:40px;width:80px;background:#f7852e;position:absolute;bottom:0;left:0;}