.d-con-employee .d-employee-image {
    width: 300px !important;
    height: 300px !important;
    overflow: hidden;
    margin: 0 auto 15px;
    max-width: 100%;
}
.d-con-employee .d-employee-body {
    overflow: hidden;
    padding: 30px !important;
}
.d-employee-position {
    font-weight: 600;
    margin-bottom: 15px;
}
.d-con-employee-description p {
    line-height: 28px !important;
    margin-bottom: 15px;
}
h3.d-employee-heading {
    text-transform: none !important;
}
@media screen and (max-width: 991px) {
.d-con-employee .d-employee {
    max-width: 100%;
}
}
@media screen and (max-width: 600px) {
#u_content_custom_employees_1 .d-con-employee .d-employee {
    padding: 0 10px 20px 0 !important;
    width: 50%;
}
#u_content_custom_employees_1 .d-con-employee-container {
    padding: 20px 0 0 10px !important;
}
.d-con-employee .d-employee-image {
    width: 200px !important;
    height: 200px !important;
    overflow: hidden;
    margin: 0 auto 15px;
    max-width: 100%;
}
.d-con-employee .d-employee-body {
    overflow: hidden;
    padding: 20px !important;
}
}