.about{
    margin: 60px 0;
    .about_wrapper{
       .about_text{
           h4{
            font-size: 26px;
            color: rgb(20, 20, 20);
            font-weight: 500;
            line-height: 36px;
            border-bottom: 2px solid $primaryColor;
            display: inline-block;
            padding: 3px 0;
           }
           p{
            font-size: 15px;
            color: $text;
            font-weight: 400;
            line-height: 24px;
            padding-top: 10px;
           }
           ul{
            padding-top: 5px;
            li{
                font-size: 16px;
                font-weight: 500;
                line-height: 26px;
                padding-bottom: 10px;
                i{
                    color: $primaryColor;
                    padding-right: 10px;
                }
            }
           }
           .resume_btn{
             margin-top: 40px;
            a{
                padding: 12px 30px;
                background-color: $primaryColor;
                border: 1px solid transparent;
                font-size: 16px;
                font-weight: 400;
                color: $white;
                border-radius: 2px;
            }
           }
       }
       .about_img{
        height: 420px; 
        width: 380px;
        margin: 0 auto;
        img{
            border: 15px solid #9322e391;
            border-radius: 40%;
            max-width: 100%;
            height: 100%;
        }
       }
    }
}