﻿.employee-result-fix>a>h3{
    margin-top:45px;
}
.employee-result-fix > p > span {
    color:#8c8c8c;
}
@media (max-width: 700px) {
    .employee-result-fix > a > h3 {
        margin-top: 8px;
    }
}
@media (min-width:701px) and (max-width: 1170px) {
    .employee-result-fix > a > h3 {
        margin-top: 11px;
    }
}
@media (min-width: 1171px) {
    .employee-result-fix > a > h3 {
        margin-top: 45px;
    }
}