.about{
    padding: 60px 0;
    .about_wrapper{
        .about_left{
            h4{
                font-size: 30px;
                font-weight: 600;
                color: $primaryColor;
                line-height: 40px;
            }
            p{
                font-size: 17px;
                line-height: 26px;
            }
        }
        .about_right{
              height: 500px;
              width: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              img{
                height: 100%;
                width: 100%;
                object-fit: contain;
              }
        }
    }
}