.new-lab-program-images-container {
  float: right;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.new-lab-program-contacts {
  position: relative;
  display: flex;
  width: 400px;
  height: 207px;
  background-size: 100% 100%;
}
.new-lab-program-contact-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  display: flex;
  padding: 16px 16px 0 16px;
}
.new-lab-program-contact-2 {
  position: absolute;
  top: 50%;
  right: 0;
  height: 50%;
  display: flex;
  padding: 0 16px 16px 16px;
}
.new-lab-program-contact-text {
  margin: auto 0;
}
.new-lab-subtitle {
  background: #F4F4F4;
  font-weight: bold !important;
  width: calc(100% - 433px);
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  padding: 8px;
  margin: 0 !important;
}
@media (max-width: 730px) {
  .new-lab-subtitle-1 {
    width: 100% !important;
  }
  .new-lab-program-images-container {
    float: unset;
    width: 100%;
    max-width: 400px;
    padding: 16px 0;
    margin: auto;
  }
  .new-lab-program-contacts {
    position: relative;
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 817px) {
  .new-lab-subtitle-2 {
    width: 100% !important;
  }
}
.new-lab-subtitle-3, .new-lab-subtitle-4 {
  width: 100% !important;
}

ul.new-lab-program-list {
  padding-inline-start: 24px;
  list-style: none;
}
li.new-lab-program-list-item {
  line-height: calc(9/7); /* to match bootstrap line height */
  margin: 8px 0;
  position: relative;
  &:after {
    content: '';
    height: 5px;
    width: 5px;
    background: #E31B23;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    left: -14px;
  }
}
ul.new-lab-program-sublist {
  margin: 8px;
}
li::marker {
  color: #E31B23;
}
.new-lab-educational-resources {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.educational-resource-tile {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #F4F4F4;
  border: 1px solid #E5E5E5;
  padding: 16px 8px;
}
.tile-title {
  display: flex;
  margin: auto;
  gap: 4px;
}
.tile-title-icon {
  width: 32px;
}
.tile-title-text {
  margin: auto 0;
}
.tile-link {
  margin: auto;
}
.new-lab-exceptions {
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  padding: 8px;
}
@media (max-width: 768px) {
  .new-lab-educational-resources {
    flex-direction: column;
  }
}
