.wrapper {
  max-width: 1576px;
  margin: 0 auto;
}

P {
  font-family: "Open Sans" !important;
  letter-spacing: 0.5px;
}

p:last-of-type {
  margin-bottom: 0;
}

.section-banner {
  background: url(../../../assets/images/csr/overflow-bg.jpg) no-repeat center
    center / cover;
  min-height: 700px;
}

.section-banner .header {
  max-width: 720px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;

  @media (max-width: 991px) {
    max-width: 100%;
  }
}

.section-banner .header h1 {
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-banner .header p {
  color: #fff;
  font-weight: 300;
}

.section-banner .video img,
.section-event img,
.section-videos .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-event .header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.section-event .header h2 {
  color: #a1102b;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-videos {
  background: #f5f5f5;
}
.section-videos h2 {
  color: #a1102b;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;

  @media (max-width: 1199px) {
    margin-bottom: 35px;
  }
  @media (max-width: 767px) {
    margin-bottom: 30px;
  }
}

.section-videos .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

/* Pop-up video styles */
.video-popup {
  border: 0;
  padding: 0;
  width: 100%;
}

[popover] video {
  width: 100%;
  max-width: 100%;

  @media (min-width: 992px) {
    max-height: 500px;
  }
}

[popover] {
  display: none;
  border: none;
  padding: 0;
}

[popover]:popover-open {
  display: flex;
  margin: auto;
  padding: 56px 20px 0;
  background: transparent;
}

[popover]::backdrop {
  background-color: rgba(0, 0, 0, 0.85);
}

.close-btn {
  position: absolute;
  top: 0;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
}

@media (min-width: 1200px) {
  section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-banner .row,
  .section-event .row {
    --bs-gutter-x: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner .row,
  .section-event .row {
    --bs-gutter-x: 35px;
  }
}

/* @media (max-width: 991px) {
    .section-banner .video-popup {
        margin-bottom: 24px;
    }

} */
