.page-template-story-template p{
	font-size: 16px;
  padding-bottom: 2rem;
}

/*Story*/
.story-col p {
  line-height: 37px;
}
.story-col-left {
  flex: 0 0 49%;
}
.story-col-right {
  flex: 0 0 50%;
}
#our-story-sec .container {
  border: 2px solid #506E9366;
  border-radius: 30px;
}
#our-story-sec h2 {
  background: url('../../assets/images/line-red.png');
  background-repeat: no-repeat;
  background-position: center 35%;
  padding: 10px 55px 32px 0;
  display: inline-block;
}
.story-col-image img {
  width: 90%;
}
#our-story-sec p {
  padding-bottom: 0;
}
.item-img img {
  border-radius: 30px;
}
#story-content-sec-two {
  background: #E8DED2;
}
.cta-col-left {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.story-cta a {
  background: url('../../assets/images/cta-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  width: 280px;
  height: 48px;
  text-align: center;
  line-height: 42px;
  justify-content: center;
}
#story-cta-sec > .container > .content {
  background: #ECECEC;
}
.story-cta img {
  max-width: 46.15px;
  height: 36px;
  align-self: center;
  margin-left: 1.5rem;
}


.team-col-left {
  flex: 0 0 60%;
}
.team-col-right {
  flex: 0 0 32%;
}

/*Team*/
#our-team-sec h2 {
  background: url('../../assets/images/line-red.png');
  background-repeat: no-repeat;
  background-position: center 35%;
  padding: 10px 55px 32px 0;
  display: inline-block;
}
.team-member-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
.team-member-designation {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0 0px;
}
.team-member-firm {
  font-size: 18px;
  font-weight: 500;
}
.team-member-image img {
  width: 230px !important;
  height: 300px;
  object-fit: cover;
}