h4 {
 font-size: 28px;
}

/** Video and Info **/
.video-col video {
  object-fit: cover;
  width: 100%;
  display: block;
  border-radius: 2px;
}
.info-col {
  height: inherit;
  padding: 1em;
  border-radius: 2px;
}
.info-col p {
  margin-bottom: 0;
}

/** Partners **/
.grey {
  background-color: #f2f2f3;
}
.partner-row {
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 2px;
}
.partner-img, .partner-img--small {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.partner-row a {
  height: fit-content;
}
.partner-row img {
  width: 250px;
  margin-bottom: 0.25em;
}
.img-small {
  width: 125px !important;
}


/****** Resizing ******/
@media (max-width: 992px){
  .partner-row img {
    width: 200px;
  }
  .img-small {
    width: 100px !important;
  }
}

/****** Small Resizing ******/
@media (max-width: 768px){
}
