#homepage-cover {
    position: relative;
    color: white;
}

.left {
    position: absolute;
    top: 250px;
    left: 200px;
}

.lefthp {
    position: absolute;
    top: 30px;
    left: 20px;
}

#add-hr {
    display: flex;
    align-items: center;
}

#add-hr span {
    background: #fff;
}

#add-hr:after {
    background: #045689;
    height: 2px;
    flex: 1;
    content: '';
}

#hp-add-hr {
    display: flex;
    align-items: center;
    justify-content: center;
}

#hp-add-hr span {
    background: #fff;
}

#hp-add-hr :after {
    background: #045689 !important;
    height: 2px !important;
    flex: 1;
    content: '';
}

.card:hover {
    background-color: #e7e7e7;
}