.ta-servie-single-wrapper .content.aos-init.aos-animate p {
    margin-bottom: 20px !important;
    font-size: 16px;
    color: var(--text);
    line-height: 26px;
    font-family: var(--body-font);
    margin: 0;
    padding: 0;
}

.ta-servie-single-wrapper .content.aos-init.aos-animate ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.ta-servie-single-wrapper .content.aos-init.aos-animate ul li {
    color: var(--header);
    /* font-weight: 600; */
    margin-bottom: 16px;
}

.ta-servie-single-wrapper .content.aos-init.aos-animate ul li:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f2f7";
    color: var(--header);
    /* font-weight: 600; */
    margin-bottom: 16px;
    color: var(--theme);
    margin-right: 6px;
    font-size: 19px;
}

h2 {
    margin-bottom: 20px !important;
}

h2 strong {
    font-size: 32px;
    color: var(--header);
    font-weight: 900;
    font-family: var(--header-font);
    line-height: 36px;

}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    /* background-color: #dddddd; */
}

@media (max-width: 767px) {
    .header-xl {
        font-size: 15px;
        line-height: 30px;
    }

    .ta-breadcrumb ul li,
    .ta-breadcrumb ul a {
        color: var(--white);
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .header-lg {
        font-size: 20px;
        line-height: 32px;
    }

    h2 strong {
        font-size: 20px;
        color: var(--header);
        font-weight: 900;
        font-family: var(--header-font);
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .ta-breadcrumb .ta-breadcrumb-content {
        min-height: 161px;
    }
}

h2#faq-height {
    font-size: 20px;
    color: var(--header);
    font-weight: 900;
    font-family: var(--header-font);
    line-height: 34px;
    margin-bottom: 0px !important;
}