.sigma_custom_heading_wrapper .section-title{
  margin: 0;
}
.sigma_custom_heading_wrapper .section-title span.title-tag,
.sigma_custom_heading_wrapper .section-title .heading-subtitle{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 20px;
  margin: 0;
}

.sigma_custom_heading_wrapper .section-title .icon{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_custom_heading_wrapper .section-title .icon i{
  font-size: 34px;
}

.sigma_custom_heading_wrapper.text-left .section-title .icon::before,
.sigma_custom_heading_wrapper.text-right .section-title .icon::after{
  display: none;
}
.sigma_custom_heading_wrapper.text-left .section-title .icon{
  justify-content: flex-start;
}
.sigma_custom_heading_wrapper.text-right .section-title .icon{
  justify-content: flex-end;
}

.sigma_custom_heading_wrapper .section-title .icon::after,
.sigma_custom_heading_wrapper .section-title .icon::before{
  background-color: #6b6b83;
}

/* Style 2 */
.sigma_custom_heading_wrapper.custom-heading-style-2 .section-title .icon::after,
.sigma_custom_heading_wrapper.custom-heading-style-2 .section-title .icon::before{
  content: "";
  width: 160px;
  height: 1px;
  margin: 0 20px
}
/* Style 3 */
.sigma_custom_heading_wrapper.custom-heading-style-3 .section-title .icon::after,
.sigma_custom_heading_wrapper.custom-heading-style-3 .section-title .icon::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 20px
}
/* Style 4 */
.sigma_custom_heading_wrapper.custom-heading-style-4 .section-title .icon::after,
.sigma_custom_heading_wrapper.custom-heading-style-4 .section-title .icon::before{
  content: "";
  width: 160px;
  height: 4px;
  border-radius: 25px;
  margin: 0 20px
}
/* Style 5 */
.sigma_custom_heading_wrapper.custom-heading-style-5 .section-title .icon::after,
.sigma_custom_heading_wrapper.custom-heading-style-5 .section-title .icon::before{
  content: "";
  width: 160px;
  height: 4px;
  background-color: transparent;
  border: 2px dashed #6b6b83;
  margin: 0 20px
}
