@media screen and (min-width: 640px) {
    .specialist-profile-experience-cnt{
        display: flex;
        align-items: start;
    }
    .specialist-profile-experience-cnt .specialist-profile__experience{
        max-width: 50%;
    }
}