.experiance{
    padding: 20px 0;
    .section_header{
       padding-bottom: 30px;
       text-align: center;
       h4{
           font-size: 26px;
           font-weight: 500;
           color: $white;
           display: inline-block;
           padding: 10px 0;
           span{
            color: $primaryColor;
           }
       }
    }
    .experiance_wrapper{
          .experiance_img{
              height: 400px;
              width: 100%;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
          }
        .experiance_wrap{
             h4{
                font-size: 20px;
                color: $white;
                font-weight: 600;
                line-height: 10px;
             }
             h5{
                font-size: 15px;
                color: rgb(187, 187, 187);
                font-weight: 400;
                line-height: 20px;
             }
             i{
                font-size: 20px; 
                color: $primaryColor;
             }
             h6{
                font-size: 20px;
                color: $white;
                font-weight: 500;
                line-height: 10px;
             }
             p{
                font-size: 14px;
                color: $text;
                font-weight: 400;
                line-height: 24px;
                padding-top: 10px;
             }
        }
    }
}