/*
 * TSI – SEO Auto Naprawa
 */

.tsi-seo-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.tsi-seo-auto-heading:not(.tsi-seo-visually-hidden) {
    width: min(100% - 64px, 1320px);
    margin: 0 auto;
    padding: 150px 0 60px;
}

.tsi-seo-auto-heading h1 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(48px, 7vw, 108px);
    font-weight: 300;
    line-height: 1;
}

.single-element.single-element-naglowek_h2_91px h1 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 91px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    text-align: center;
}

.tsi-seo-archive-description {
    width: min(100% - 64px, 1180px);
    margin: 0 auto;
    padding: 0 0 80px;
    color: inherit;
    font-family: "Red Hat Display", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.75;
}

.tsi-seo-archive-description p {
    margin: 0 0 22px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tsi-seo-archive-description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1140px) {
    .single-element.single-element-naglowek_h2_91px h1 {
        font-size: 68px;
    }
}

@media (max-width: 767px) {
    .tsi-seo-auto-heading:not(.tsi-seo-visually-hidden) {
        width: calc(100% - 32px);
        padding: 110px 0 42px;
    }

    .single-element.single-element-naglowek_h2_91px h1 {
        font-size: 36px;
    }

    .tsi-seo-archive-description {
        width: calc(100% - 32px);
        padding-bottom: 48px;
        font-size: 15px;
    }
}
