.employeecont {
    width: 100%;
}
.employeecont i {
    color: var(--orange);
    font-size: 22px;
    margin-right: 10px;
    vertical-align: text-top;
}
.employeecont .title {
    font-weight: bold;
    margin-bottom: 5px;
}
.employeedetailscont > div {
    margin-bottom: 7px;
}