body {
  color: #0e1514;
}

header nav {
  background-color: #0e1514;
}



#hero {
  background-color: #f6f5f4;
}

.row {
  max-width: 100%;
  margin: auto;
}

.video-image img,
section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 992px) {
  .col-md-5 {
    width: 22.666667%;
  }

  .eal-card-text > div:first-child{
    min-height: 68px;
  }

}

