:root {
  --header-underline-border-left: solid thick silver;
  --header-underline-border-right: solid thin silver;
}

.header-underline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.header-underline div:nth-child(1) {
  min-width: 50px;
  height: 7px;
  border: var(--header-underline-border-left);
}
.header-underline div:nth-child(2) {
  min-width: 70%;
  height: 2px !important;
  border: var(--header-underline-border-right);
}

/* SECOND SECTION */ 
#second_section {
  display: flex;
  width: 100%;
  height: 500px;
}
#u_content_image_7 img {
    max-width: 500px !important;
}
.d-employee-body.box {
    background: #eff5fb;
    padding: 3rem 0 !important;
    box-shadow: 1px 1px 5px #00000045 !important;
}
@media screen and (max-width: 768px) {
  #u_content_image_7 img {
    position: static !Important;
    width: 100%;
  }. 
}