.about{
    padding: 100px 0;
    .about_left{
        img{
          width: 100%;
          border-radius: 4px;
        }
    }
    .about_right{
        padding-left: 30px;
        .headingOfSection{
            display: inline-block;
            position: relative;
            margin-bottom: 40px;
            .heading_overly{
                position: absolute;
                top: 60%;
                left: 50%;
                transform: translate(-50%, -60%);
                span{
                    font-size: 21px;
                    font-weight: 600;
                    color: $primaryColor;
                }
            }
        }
          
            h3{
                font-size: 30px;
                color: $black;
                font-weight: 600;
                line-height: 48px;
                padding-bottom: 5px;
            }
            p{
                font-size: 14px;
                color: $text;
                font-weight: 400;
                line-height: 28px;
                padding: 10px 0 30px 0;
            }
            .about_btn{
                a{
                  padding: 13px 26px;
                  background-color: $primaryColor;
                  font-size: 20px;
                  color: $white;
                  font-weight: 500;
                  border-radius: 4px;
}
            }
      }
}

