/*title section
---------------------------------------------------------------- */
.tf-title-section .title-section .sub-title {
    position: relative;
    margin-bottom: 5px;
    color: var(--theme-secondary-color);
    font-family: 'Poppins';
font-weight: 700;
font-size: 14px;
line-height: 21px;
text-transform: uppercase;
}

.tf-title-section .title-section .heading {
    color: var(--theme-primary-color);
    font-family: 'Poppins';
font-weight: 700;
font-size: 40px;
line-height: 1.25em;
color: #4F5955;
margin-bottom: 0;
}

.tf-title-section .title-section .heading span {
    color: var(--theme-secondary-color);
}


@media (max-width: 767px) {
    .tf-title-section .title-section .heading {
        font-size: 35px;
    }
}