.ir-equipment-videos {
  padding: 58px 0 54px;
  overflow: hidden;
  background: #fff;
}

.ir-video-gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.ir-video-gallery-heading .subheading {
  display: block;
  margin-bottom: 8px;
  color: #69bd45;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ir-video-gallery-heading h2 {
  margin: 0;
  color: #003f69;
  font-size: 32px;
  font-weight: 800;
}

.ir-video-gallery-heading p {
  margin: 8px 0 0;
  color: #536b7a;
  font-size: 15px;
}

.ir-video-gallery-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.ir-video-gallery-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(0, 63, 105, 0.2);
  border-radius: 50%;
  background: #fff;
  color: #003f69;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.ir-video-gallery-controls button:hover,
.ir-video-gallery-controls button:focus {
  border-color: #003f69;
  background: #003f69;
  color: #fff;
  outline: 0;
}

.ir-video-gallery-track {
  display: flex;
  gap: 18px;
  padding: 2px 2px 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 63, 105, 0.35) transparent;
  -webkit-overflow-scrolling: touch;
}

.ir-video-card {
  flex: 0 0 calc((100% - 36px) / 3);
  overflow: hidden;
  border: 1px solid rgba(0, 63, 105, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 63, 105, 0.09);
  scroll-snap-align: start;
}

.ir-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #061f34;
  object-fit: cover;
}

.ir-video-card-copy {
  min-height: 94px;
  padding: 15px 17px 17px;
}

.ir-video-card-copy span {
  display: block;
  margin-bottom: 6px;
  color: #69bd45;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.ir-video-card-copy h3 {
  margin: 0;
  color: #003f69;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}
