:root{
    --tl-color-theme-primary: rgb(122 102 83);
}
.footer-text span, .history-section .history-text {
    font-size: 280px;
}


@media(max-width: 1199px) {
    .footer-text span, .history-section .history-text {
        font-size:200px
    }
}

@media only screen and (max-width: 992px) {
    .footer-text span, .history-section .history-text {
        font-size:180px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-text span, .history-section .history-text {
        font-size:40px
    }
}
@media only screen and (max-width: 767px) {
    .footer-text {
        bottom: 0;
    }
}

.header .primary-header-inner .header-menu-wrap ul li ul.menu-services{
    width: 300px;
}
.primary-span {
    color: var(--tl-color-theme-primary);
    font-weight: 600;
}


@media(min-width: 1200px) {
    .process-wrap>div:nth-child(2) {
        margin-top:50px
    }

    .process-wrap>div:nth-child(3) {
        margin-top: 100px
    }

    .process-wrap>div:nth-child(4) {
        margin-top: 150px
    }
    
    .process-wrap>div:nth-child(5) {
        margin-top: 200px
    }
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{
    letter-spacing: 0.275rem;
}
.service-details-content h3.details-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}
.team-details-content .team-details-list li {
    font-family: var(--tl-ff-p);
}