#banner {
  position: relative;
  height: 214px;
  background-image: url(../../img/about/culture-banner.jpg);
  background-repeat: no-repeat;
  background-position: -117px -40px;
  background-size: cover;
  margin-bottom: 30px;
}

#bannerOverlay {
  position: absolute;
  height: 100%;
  width: 225px;
  top: 0;
  right: 0;
  padding-left: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #c83842;
}

#bannerOverlay::before {
  content: '';
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 5px solid #c83842;
  left: -5px;
  top: 120px;
}

#bannerOverlay h1 {
  font-size: 18px;
  margin-top: 90px;
  margin-bottom: 4px;
}

#culture ol {
  padding: 24px 45px;
  background-color: #fbf9fa;
}

#culture ol .heading,
#culture ol .heading-sm {
  font-size: 16px;
  color: #c83842;
  padding: 16px 0;
  border-bottom: 1px dashed #e9e7e8;
  font-weight: bold;
}

#culture ol .heading-sm {
  font-size: 14px;
}

#culture ol .heading-sm .detail {
  display: inline;
  margin-left: 10px;
  color: #000;
}

#culture ol .detail {
  line-height: 2;
  margin-top: 16px;
  margin-bottom: 30px;
}
