.text-page__heading {
    margin-top: 42px;
    margin-bottom: 75px;
}

.text-page__content p,
.text-page__content ul,
.text-page__content li {
    margin-top: 0.45px;
    font-weight: 300;
}

.text-page__content ul {
    list-style: none;
    padding-left: 27px;
}

.text-page__content li {
    position: relative;
}

.text-page__content li::after {
    content: "\00B7";
    font-size: 24px;
    position: absolute;
    left: -16px;
    top: -4px;
}

.text-page__content p strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.text-page__content a:hover {
    color: var(--color2);
}

@media (max-width: 1399px) {
    .text-page__heading {
        margin-bottom: 55px;
    }

    .text-page__content p,
    .text-page__content ul,
    .text-page__content li {
        margin-top: 1.15px;
    }

    .text-page__content ul {
        padding-left: 24px;
    }

    .text-page__content li::after {
        left: -14.5px;
        top: -2px;
        font-size: 20px;
    }

    .text-page__content p strong {
        font-size: 18px;
    }
}

@media (max-width: 1023px) {
    .text-page__heading {
        margin-top: 27px;
        margin-bottom: 43px;
    }

    .text-page__content p,
    .text-page__content ul,
    .text-page__content li {
        margin-top: 0.6px;
    }

    .text-page__content p strong {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .text-page__heading {
        margin-bottom: 33px;
    }
    .text-page__content p,
    .text-page__content ul,
    .text-page__content li {
        margin-top: 0.2px;
    }
}