.expert-name {
    display: inline;
    margin-right: 20px;
}

.expert-designation {
    display: inline;
}

.detail-section {
    width: 580px;
    position: relative;
    left: 5%;
}

@media only screen and (max-width: 1024px) {

.detail-section {
    width: 100%;
    left: 0;
}
}