.about{
    .about_content{
         position: relative;
        .shape-1{
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            img{
                width: 180px;
            }
        }
        .shape-2{
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: -1;
            img{
                width: 180px;
            }
        }
        .about_left{
              height: 600px;
              width: 100%;
            img{
                 max-width: 100%;
                 max-height: 100%;
            }
        }
        .about_right{
            padding-top: 100px;
            h4{
                font-size: 34px;
                color: $black;
                font-weight: 500;
                line-height: 44px;
            }
            p{
                font-size: 15px;
                color: $text;
                font-weight: 400;
           }
           .about_btn{
              margin-top: 30px;
            a{

                padding: 11px 30px;
                background-color: $primaryColor;
                color: $white;
                font-size: 15px;
                font-weight: 400;
                border-radius: 5px;
            }
           }
        }
    }
}