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