.terract-index-savoir-terres {
    --brown: #8a5a2b;
    --brown-dark: #4d3016;
    --brown-soft: #fbf1e6;
    --ink: #102033;
    margin: 0 0 42px;
}

.terract-index-savoir-terres-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 18px;
}

.terract-index-savoir-terres-head span {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--brown);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.terract-index-savoir-terres-head h2 {
    margin: 0;
    color: var(--brown-dark);
    font-size: 26px;
    line-height: 1.1;
    font-weight: 950;
    text-transform: uppercase;
}

.terract-index-savoir-terres-head p {
    margin: 6px 0 0;
    color: #736353;
    font-size: 14px;
    font-weight: 700;
}

.terract-index-savoir-terres-head a {
    color: var(--brown);
    text-decoration: none;
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
}

.terract-index-savoir-terres-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 20px;
}

.terract-savoir-terres-card {
    background: #ffffff;
    border: 1px solid #efdcc7;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(77, 48, 22, .08);
    transition: .25s ease;
}

.terract-savoir-terres-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(77, 48, 22, .13);
}

.terract-savoir-terres-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    height: 260px;
    padding: 12px;
    background: linear-gradient(135deg, var(--brown-soft), #ffffff);
    overflow: hidden;
}

.terract-savoir-terres-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.terract-savoir-terres-content {
    padding: 22px;
}

.terract-savoir-terres-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.terract-savoir-terres-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    color: var(--brown-dark);
    background: rgba(138, 90, 43, .14);
}

.terract-savoir-terres-content h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.22;
    font-weight: 950;
}

.terract-savoir-terres-content h3 a {
    color: var(--ink);
    text-decoration: none;
}

.terract-savoir-terres-content h3 a:hover {
    color: var(--brown);
}

.terract-savoir-terres-content p {
    margin: 0 0 18px;
    color: #736353;
    font-size: 15px;
    line-height: 1.55;
}

.terract-savoir-terres-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.terract-savoir-terres-bottom small {
    color: #827568;
    font-size: 12px;
    font-weight: 800;
}

.terract-savoir-terres-bottom a {
    color: var(--brown);
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
}

.terract-savoir-terres-featured {
    background:
        radial-gradient(circle at top right, rgba(138,90,43,.14), transparent 38%),
        #ffffff;
}

.terract-savoir-terres-featured .terract-savoir-terres-image {
    min-height: 340px;
    height: 340px;
}

.terract-savoir-terres-featured .terract-savoir-terres-content h3 {
    font-size: 28px;
    line-height: 1.12;
}

@media (min-width: 1101px) {
    .terract-index-savoir-terres-grid .terract-savoir-terres-card:nth-child(n+3) {
        display: grid;
        grid-template-columns: 220px 1fr;
    }

    .terract-index-savoir-terres-grid .terract-savoir-terres-card:nth-child(n+3) .terract-savoir-terres-image {
        height: 100%;
        min-height: 190px;
    }
}

@media (max-width: 1050px) {
    .terract-index-savoir-terres-grid {
        grid-template-columns: 1fr 1fr;
    }

    .terract-savoir-terres-featured {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .terract-index-savoir-terres-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .terract-index-savoir-terres-head h2 {
        font-size: 22px;
    }

    .terract-index-savoir-terres-grid {
        grid-template-columns: 1fr;
    }

    .terract-savoir-terres-image,
    .terract-savoir-terres-featured .terract-savoir-terres-image {
        min-height: 240px;
        height: 240px;
    }

    .terract-savoir-terres-featured .terract-savoir-terres-content h3 {
        font-size: 24px;
    }
}
