.custom-heading-style-2 .section-title .heading-subtitle {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #9ecf36;
    font-weight: 700;
    align-items: center;
    letter-spacing: inherit;
    justify-content: flex-start;
}
.custom-heading-style-2 .section-title .heading-subtitle:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    margin-right: 10px;
}
.custom-heading-style-2.text-center .section-title .heading-subtitle:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    margin-left: 10px;
}
.custom-heading-style-2.text-center.text-md-right .section-title .heading-subtitle:after {
    display: none;
}
.custom-heading-style-2 .section-title .heading-title {
    position: relative;
    margin: 0;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}
.custom-heading-style-2 .section-title {
    max-width: 500px;
}
.custom-heading-style-2.text-center .section-title {
    margin: 0 auto 50px;
}
.custom-heading-style-3 .section-title .heading-subtitle {
    color: #9ecf36;
    background-color: #9ecf3633;
    display: inline-block;
    padding: 5px 20px;
    font-size: 13px;
    letter-spacing: inherit;
    margin-bottom: 15px;
}

.custom-heading-style-3 .section-title .heading-title {
    position: relative;
    margin: 0;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}
.sigma_cta-sperator {
    z-index: 1;
    position: absolute;
    top: 72%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    color: #212121;
    font-weight: 600;
    background-color: #fff;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
    justify-content: center;
}

@media(max-width: 991px) {
  .custom-heading-style-2 .section-title .heading-title,
  .custom-heading-style-3 .section-title .heading-title{
    font-size: 40px;
  }
}

@media(max-width: 768px) {
  .custom-heading-style-2 .section-title .heading-title,
  .custom-heading-style-3 .section-title .heading-title{
    font-size: 30px;
  }
}
