.institute-courses-wrapper iframe {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 55vh;
  background: linear-gradient(0deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 10%);
}

/* Refined margins to display closer to copy */
.field-item + .field-item .institute-courses-wrapper {
  margin-top: -6.25rem;
}
.field-item .institute-courses-wrapper {
  margin-bottom: -6.25rem;
}
.field-item:last-child .institute-courses-wrapper {
  margin-bottom: initial;
}

/* 75:25 reset */
.field-item .seventyfivetwentyfive .institute-courses-wrapper {
    margin-top: initial;
    margin-bottom: initial;
}