/*title section
---------------------------------------------------------------- */
.tf-title-section .title-section .sub-title {
    position: relative;
    display: inline-block;
    padding: 5px 21px;
    background: #5C28CA;
    border-radius: 5px;
    margin-bottom: 20px;
}

.tf-title-section.style2 .title-section .sub-title {
    box-shadow: 5px 5px 0 var(--theme-primary-color);
}

.tf-title-section .title-section .heading {
    color: #120A21;
    margin: 0 16%;
}

.tf-title-section .title-section .heading span {
    color: #F43FE2;
}
