.experience_area{
    padding-top: 50px;
    color: #333;
    font-family: 'Poppins', sans-serif;
.experience_details{
    h2{
        font-size: 24px;
        font-weight: 500;
        color: $primaryColor;
        span{
            color: #333;
            font-size: 20px;
            font-weight: 600;
        }
    }
    h5{
        font-size: 18px;
        font-weight: 500;   
    }
}
}