: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 {
    position: absolute;
    left: 0px;
    top: -100px;
    max-width: 500px !important;
}
@media screen and (max-width: 768px) {
  #u_content_image_7 img {
    position: static !Important;
    width: 100%;
  }. 
}

/* Remove unwanted padding for the slider */
@media screen and (max-width: 480px) {
    #u_row_8.v-row-padding[style] {
        padding: 0 !important;
    }
}
