.inner-banner .section-title h1.mid-line::before {
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  background-color: #D87334;
  margin-bottom: 12px;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

/* start of sequoia team css */
.sequoia-team h2:before {
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  background-color: #ad4c25;
  margin-bottom: 12px;
  border-radius: 24px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);

}
.sequoia-team h3::before {
 content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #ad4c25;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: -10px 0 0;
  border-radius: 24px;}
.sequoia-team h4 {
  color: #ad4c25;
}
.sequoia-team .team-wrapper {
  cursor: pointer;
  position: relative;
}
.sequoia-team .team-wrapper .sequoia-team-img {
  position: relative;
  overflow: hidden;
}

.sequoia-team .team-wrapper .sequoia-team-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.4s ease;
}

.sequoia-team .team-wrapper .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sequoia-team .team-wrapper .sequoia-team-img:hover .img-hover {
  opacity: 1;
}

.sequoia-team .team-wrapper .sequoia-team-img:hover .img-front {
  opacity: 0;
}
.sequoia-team .team-wrapper:hover h3 {
  color: #6e1011;
}
.sequoia-team .team-wrapper p.lead {
  position: relative;
  transition: all 0.7s ease-out;
}
.sequoia-team .team-wrapper:hover p.lead {
  color: #6e1011;
}
.sequoia-team .team-wrapper:hover h3::before {
  background-color: #6e1011;
}

/* end of sequoia team css */

.aboutus-storytelling .sst-wrapper.reverse:before {
  content: '';
  position: absolute;
  left: -550px;
  bottom: -171px;
  width: 700px;
  height: 751px;
  background: url('../images/wood-grain-bg.svg') no-repeat;
  background-size: cover;
  z-index: 1;
}

.aboutus-storytelling .sst-wrapper.right-content:before {
  content: '';
  position: absolute;
  right: -350px;
  bottom: -100px;
  width: 700px;
  height: 751px;
  background: url('../images/wood-grain-bg.svg') no-repeat;
  background-size: cover;
  z-index: 1;
}