.tsv-ferientiere {
    max-width: 1100px;
    color: inherit;
}

.tsv-ferientiere__hund {
    display: block;
    width: 390px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 28px;
}

.tsv-ferientiere p {
    margin: 0 0 1.05em;
}

.tsv-ferientiere__preise {
    margin-top: 28px;
}

.tsv-ferientiere__preise h2,
.tsv-ferientiere__auflagen h3 {
    margin: 0 0 12px;
    font-size: 1em;
    font-weight: 700;
}

.tsv-ferientiere__preise dl {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 7px 12px;
    margin: 0 0 14px;
}

.tsv-ferientiere__preise dt,
.tsv-ferientiere__preise dd {
    margin: 0;
}

.tsv-ferientiere__preise dd span {
    color: inherit;
}

.tsv-ferientiere__unten {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 264px;
    gap: 45px;
    align-items: center;
    margin-top: 32px;
}

.tsv-ferientiere__katzen {
    display: block;
    width: 264px;
    max-width: 100%;
    height: auto;
}

.tsv-ferientiere a {
    overflow-wrap: anywhere;
}

@media (max-width: 720px) {
    .tsv-ferientiere__preise dl,
    .tsv-ferientiere__unten {
        grid-template-columns: 1fr;
    }

    .tsv-ferientiere__preise dd {
        margin-bottom: 8px;
        font-weight: 600;
    }

    .tsv-ferientiere__katzen {
        margin: 0 auto;
    }
}

