.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}
.h-custom {
  height: calc(100% - 73px);
}

.logoImg {
    height: 350px;
}

.headerImage 
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.headerImage img {
    width: 100%;
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}