.skill{
    padding: 15px 0;
    .section_header{
       padding-bottom: 20px;
       text-align: center;
       h4{
           font-size: 26px;
           font-weight: 500;
           color: $white;
           display: inline-block;
           padding: 10px 0;
           span{
            color: $primaryColor;
           }
       }
    }
    .skill_wrapper{
        .skill_wrap{
            display: flex;
            align-items: center;
            padding: 15px ;
            border: 1px solid #505050;
            border-radius: 3px;
            margin-bottom: 20px;
            .skill_left{
                  i{
                    font-size: 30px;
                    height: 75px;
                    width: 75px;
                    color: $white;
                    background-color: $primaryColor;
                    border-radius: 50%;
                    text-align: center;
                    align-items: center;
                    line-height: 75px;
                  }
            }
            .skill_right{
                padding-left: 10px;
                h4{
                    font-size: 20px;
                    font-weight: 500;
                    color: $white;
                    line-height: 30px;
                }
                p{
                    font-size: 14px;
                    color: $text;
                    line-height: 22px;
                    font-weight: 400;
                }
            }
        }
    }
}