.pipeline-header-wrapper {
display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.sub-features-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.sub-features-image-layer {
    background-image: url(/images/pipeline/page-header.png);
}
.sub-features-bg {
    position: relative;
    padding: 0px 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-image: url(/images/pipeline/hero-bg.jpg);
}
.st_feature_right_item {
	padding: 50px 0;
	position: relative;
}

.st_feature_right_item .st_feature_content {
	position: relative;
	z-index: 0;
	margin-bottom: 50px;
}

.st_feature_right_item .st_feature_content::before {
	padding: 10px 20px;
	position: absolute;
	left: 0px;
	top: 0;
	content: "\f5ac";
	border: 2px solid #d9d9d9;
	background-color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 24px;
	color: #25b7b5;
	text-align: center;
	line-height: 45px;
	border-radius: 15px;
	box-shadow: 0 20px 30px rgb(0 0 0/ 10%);
}

.st_feature_right_item .st_feature_content2::before {
	content: "\f093";
}

.st_feature_right_item .st_feature_content3::before {
	content: "\f1e0";
}
.st_feature_right_item .st_feature_content4::before {
	content: "\f07c";
}
.st_feature_right_item .st_feature_content5::before {
	content: "\f255";
}
.st_feature_right_item .st_feature_content h3 {
	font-size: 24px;
	color: #2f5396;
	margin-left: 85px;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: -0.2px;
}

.st_feature_right_item .st_feature_content p {
	margin-left: 85px;
}

.st_feature_right_item .st_feature_content::after {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 34px;
	top: 50px;
	content: "";
	border: 1px dashed #d5d5d5;
	z-index: -1;
}

.st_feature_right_item .st_feature_content:last-child {
	margin: 0;
}

.st_feature_right_item .st_feature_content:last-child::after {
	content: none
}

.st-step-count {
	position: relative;
	left: 75px;
	color: #25b7b5;
	font-weight: 700;
	font-size: 14px;
	margin-left: 10px;
}
.faq-title h2 {
	font-size: 42px;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {

    padding: 20px 40px;

}
.faq .faq-list li:not(:last-child) {

    border-bottom: 1px solid #dbdbdb;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}

.faq .faq-list p {
  padding-top: 5px;
  font-size: 15px;
}

.collapsed i.fas.fa-arrow-down {
    transform: rotate(-90deg);
}
.iconic-box.style-seven {
    padding: 10px 20px 10px 20px;
    background: #d4edff;
    height: 220px;
}

.iconic-box {
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 40px 50px 35px;
}
.content h5 {
	font-size: 21px;
    font-weight: 600;
    line-height: 27px;
        margin-bottom: 15px;
}
.content p {
	font-size: 14px;

}
.iconic-box .icon {
font-size: 32px;
    color: #319fff;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pipeline-examples-box-wrapper {
	/* display: inline-block; */
	margin-top: 20px;
}
.pipeline-examples-list li {
    flex-basis: 500px;
    box-shadow: 0 0px 20px rgb(0 0 0 / 7%);
    text-align: center;
}
.pipeline-examples-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}
.index_whatsnew_box {

    height: 100%;

}