.experiance{
    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;
       }
    }
    .experiance_wrapper{
          .experiance_img{
            img{
                width: 100%;
            }
          }
        .experiance_wrap{
             h4{
                font-size: 20px;
                color: $black;
                font-weight: 600;
                line-height: 10px;
             }
             h5{
                font-size: 16px;
                color: rgb(43, 42, 42);
                font-weight: 400;
                line-height: 20px;
             }
             i{
                font-size: 20px;
                color: $primaryColor;
             }
             h6{
                font-size: 20px;
                color: $black;
                font-weight: 500;
                line-height: 10px;
             }
             p{
                font-size: 14px;
                color: $text;
                font-weight: 400;
                line-height: 24px;
                padding-top: 10px;
             }
        }
    }
}