.record.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../imgs/backgrounds/live-records-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.short-desc {
  position: absolute;
  z-index: 15;
  color: var(--black);
  font-size: var(--s);
  font-weight: bold;
  width: 600px;
  text-align: end;
  margin: 0;
}

/* Intro section */
.intro .img-box {
  position: relative;
  display: flex;
  align-items: center;
}

.intro .img-box img:nth-child(2) {
 position: absolute;
 z-index: -100;
}

/* list section */

.record .card-header img {
  object-fit: cover;
}

.card-heading span:first-child {
  font-weight: bold;
} 
.card-heading span:nth-child(2) {
  font-size: 10px;
}
.calendar,
.location {
  display: flex;
}

