.story-sidebar-col {
  width: 27%;
}
.story-content-block {
  width: 66%;
}
.story-content .row {
  justify-content: space-between;
  row-gap: 25px;
}
.main-link li a {
  padding: 15px 20px;
  display: block;
  color: var(--black);
  transition: all 0.6s;
  border-left: 1px solid transparent;
}
.main-link li a:hover,
.main-link .active a {
  border-left-color: var(--theme-color);
  background-color: #f2f1ef;
}
.main-link > li > a {
  font-size: 24px;
  line-height: 124%;
  letter-spacing: -0.12px;
  letter-spacing: -0.12px;
  text-decoration: underline;
}
.main-link li li > a {
  line-height: 124%;
  letter-spacing: -0.09px;
  font-size: 18px;
}
.main-link > li {
  margin-bottom: 20px;
}
.story-content-block figcaption {
  font-family: "Helvetica Now Micro", sans-serif;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin: 0 0 30px;
}
.story-content-block img {
  margin: 15px 0;
  width: 100%;
  max-width: 876px !important;
  height: auto !important;
}

.story-content-block a:hover,
.story-content-block a h4:hover {
  color: #000000;
  font-weight: 600;
}

.story-content-block blockquote {
  margin: 50px 0 20px;
}

.our-story-logos img {
  max-height: 80px;
  width: auto !important;
  display: block;
}

/*.story-content-block > :first-child {
  margin-top: 10px;
}*/
.story-content-block h1,
.story-content-block h2,
.story-content-block h3,
.story-content-block h4 {
  margin-top: 20px;
}
.story-content-sidebar {
}
.story-content {
  padding-bottom: 75px;
}

.story-content h5 {
  font-size: 23px;
}

.story-content h4 {
  margin-top: 30px;
}

.story-content h3 {
  font-weight: 500;
  font-size: 24px;
}

.story-content .story-content-block li {
  list-style-type: disc;
  margin-left: 22px;
  letter-spacing: 0em;
}

.story-content .story-content-block ul {
  margin: 20px 0;
}

@media only screen and (max-width: 1199px) {
  .story-sidebar-col {
    width: 34%;
  }
}

@media only screen and (min-width: 992px) {
  .main-banner:has(+ .story-content) {
    margin-bottom: -100px;
  }
  .main-banner + .story-content .story-content-sidebar {
    margin-top: 146px;
    padding-bottom: 115px;
  }
  .main-banner + .story-content .story-content-block {
    margin-top: 0px;
  }
  .story-content h4[data-scroll] {
    padding-top: 130px;
	  letter-spacing:0.01em;
    /*margin-top: 0px;*/
  }
  .story-content *:has(+ h4[data-scroll]) {
    margin-bottom: -130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-link > li > a {
    font-size: 20px;
  }
  .story-sidebar-col,
  .story-content-block {
    width: 100%;
  }
  .story-content-block h1,
  .story-content-block h2,
  .story-content-block h3,
  .story-content-block h4 {
    margin-top: 30px;
  }
  .story-content-sidebar {
    position: static;
  }
}
