.terract-index-echo-cotes {
    --blue: #0B6FA4;
    --blue-dark: #06486E;
    --blue-soft: #edf8fc;
    --ink: #102033;
    margin: 0 0 42px;
}

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

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

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

.terract-index-echo-cotes-head p {
    margin: 6px 0 0;
    color: #5f6f78;
    font-size: 14px;
    font-weight: 700;
}

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

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

.terract-echo-cotes-card {
    background: #ffffff;
    border: 1px solid #dceef6;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(6, 72, 110, .08);
    transition: .25s ease;
}

.terract-echo-cotes-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(6, 72, 110, .13);
}

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

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

.terract-echo-cotes-content {
    padding: 22px;
}

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

.terract-echo-cotes-meta span,
.terract-echo-cotes-meta em {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    font-style: normal;
}

.terract-echo-cotes-meta span {
    color: var(--blue-dark);
    background: rgba(11, 111, 164, .12);
}

.terract-echo-cotes-meta em {
    color: #064527;
    background: rgba(11, 143, 69, .10);
}

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

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

.terract-echo-cotes-content h3 a:hover {
    color: var(--blue);
}

.terract-echo-cotes-content p {
    margin: 0 0 18px;
    color: #5f6f78;
    font-size: 15px;
    line-height: 1.55;
}

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

.terract-echo-cotes-bottom small {
    color: #73848d;
    font-size: 12px;
    font-weight: 800;
}

.terract-echo-cotes-bottom a {
    color: var(--blue);
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
}

.terract-echo-cotes-featured {
    background:
        radial-gradient(circle at top right, rgba(11,111,164,.13), transparent 38%),
        #ffffff;
}

.terract-echo-cotes-featured .terract-echo-cotes-image {
    min-height: 340px;
    height: 340px;
}

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

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

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

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

    .terract-echo-cotes-featured {
        grid-column: 1 / -1;
    }
}

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

    .terract-index-echo-cotes-head h2 {
        font-size: 22px;
    }

    .terract-index-echo-cotes-grid {
        grid-template-columns: 1fr;
    }

    .terract-echo-cotes-image,
    .terract-echo-cotes-featured .terract-echo-cotes-image {
        min-height: 240px;
        height: 240px;
    }

    .terract-echo-cotes-featured .terract-echo-cotes-content h3 {
        font-size: 24px;
    }
}
