.gunner-story-hero {
  max-width: 520px;
  padding: 2rem 2.25rem;
  background: rgba(20, 20, 20, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  color: #fff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.gunner-story-hero h1 {
  margin-bottom: 1rem;
}

.gunner-story-hero p {
  margin-bottom: 0;
  line-height: 1.7;
}

.gunner-story-section {
  padding: 3.5rem 0;
}

.gunner-story-section .row {
  align-items: center;
  --bs-gutter-x: 1.5rem;
}

@media (max-width: 767.98px) {
  .gunner-story-section {
    padding: 2.5rem 0;
  }
}

.gunner-story-media {
  width: 100%;
  max-width: 460px;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.gunner-story-media img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991.98px) {
  .gunner-story-media img {
    height: 340px;
  }
}

.gunner-story-media img.position-top {
  object-position: top center;
}

.gunner-story-copy {
  width: 100%;
}

.gunner-story-copy h2 {
  margin-bottom: 1rem;
  line-height: 1.2;
}

.gunner-story-copy p, .gunner-story-copy li {
  line-height: 1.7;
}

@media (min-width: 768px) {
  .gunner-story-copy-left {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .gunner-story-media.media-left {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .gunner-story-media.media-right {
    margin-left: 0;
    margin-right: auto;
  }
}

