.about{
     padding: 40px 0;
    .about_content{
    .section_heading{
        text-align: center;
        i{
            font-size: 38px;
            color: $primaryColor;
        }
        h4{
            font-size: 28px;
            font-weight: 500;
            color: $black;
            text-transform: uppercase;
            padding: 20px 0;
            span{
                color: $primaryColor;
            }
        }
    }

    p{
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: $text;
        padding: 20px 120px;
    }
      
    }
}