.cred-employee .intro-content{
    padding-bottom: 0rem !important;
}
.employee {
    border-radius: 9px;
    position: relative;
    padding: 15px;
    /*background-color: #1A3E62;*/
    margin: 0 0 1.5rem 0;
    box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.5);
    text-align: left;
    border: 1px solid #1A3E62;
}
.top {
    border-radius: 6px 6px 0 0;
    height: 80px;
    width: 100%;
    background-color: #1A3E62;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}

.employee-name {
    font-size: 1.4em;
    color: #FFFFFF;
    display: flex;
    flex: 1;
    margin: 8% 0 0 15px;
}

.employee img {
    margin: 15px 15px 0 0;
}

.employee-image {
    border-radius: 50%;
    border: 5px solid #1A3E62;
    width: 130px;
    height: 130px;
}

.bottom {
    margin-top: 90px;
}

.bottom p{
    font-size: 1.1em;
}

.info {
    margin: 20px 0;
    color: #336699;
}