.about{
    margin: 60px 0;
    .about_wrapper{
       .about_text{
         padding: 20px 20px 40px 20px;    
         background-color: #252525;
         border-radius: 10px;

           h3{
            font-size: 30px;
            color: $white;
            font-weight: 500;
            line-height: 40px;
            span{
                color: $primaryColor;
            }
           }
           p{
            font-size: 15px;
            color: $text;
            font-weight: 400;
            line-height: 24px;
           }
           ul{
            padding-top: 5px;
            li{
                font-size: 16px;
                font-weight: 500;
                line-height: 26px;
                padding-bottom: 10px;
                color: $white;
                i{
                    color: $primaryColor;
                    padding-right: 10px;
                }
            }
           }
           .resume_btn{
            margin-top: 30px;
           a{
               padding: 10px 24px;
               background-color: $primaryColor;
               border: 1px solid transparent;
               font-size: 14px;
               font-weight: 400;
               color: $white;
               border-radius: 4px;
               
           }
          }
       }
       .about_img{
        height: 345px; 
        width: 300px;
        margin: 0 auto;
        img{
            border-radius: 5px;
            width: 100%;
            height:100%;
            object-fit: cover;
        }
       }
       .about_content{
        .contact_icon {
            padding-top: 20px;
            ul {
                text-align: center;

                li {
                    display: inline-block;
                    margin: 0 10px;

                    a {
                        i {
                            height: 40px; 
                            width: 40px;
                            text-align: center;
                            line-height: 39px;
                            font-size: 24px;
                            color: white;
                            border-radius: 3px;
                            background-color: #3b5998;
                            border: 1px solid transparent;
                        }

                        .tr {
                            background-color: #1DA1F2;
                        }

                        .ins {
                            background-color: #F56040;
                        }
                    }
                }
            }
        }
       }
    }
}