.laes-home .faixa-numeros {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
    padding: 12px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}

.laes-home .faixa-numeros__numeros {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 1129px;
}

.laes-home .faixa-numeros__numeros__numero {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.laes-home .faixa-numeros__numeros__numero__title {
    color: #00acba;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.12px;
}

.laes-home .faixa-numeros__numeros__numero__subtitle {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.96px;
    text-align: center;
    text-transform: uppercase;
}

.laes-home__main {
    padding-top: 56px;
    padding-bottom: 64px;
}

.home-news {
    color: #1b2122;
}

.home-news__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}

.home-news__heading {
    max-width: 590px;
}

.home-news__eyebrow {
    margin: 0 0 10px;
    color: #107982;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.home-news__title {
    margin: 0;
    color: #1B2122;
    font-family: "DM Serif Display";
    font-size: 33px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.825px;
    max-width: 300px;

}

.home-news__all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    color: rgba(27, 33, 34, 0.62) !important;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.home-news__all svg {
    color: rgba(27, 33, 34, 0.62) !important;
}

.home-news__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.home-news-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

.home-news-card__image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 444 / 225;
    background: rgba(27, 33, 34, 0.08);
}

.home-news-card__image,
.home-news-card__image--placeholder {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

.home-news-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin-top: 8px;
    padding: 8px 16px 24px;
}

.home-news-card__category {
    align-self: flex-start;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(27, 33, 34, 0.08);
    color: #1b2122;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.home-news-card__title {
    margin: 0 0 8px;
    color: #1b2122;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.home-news-card__title a {
    color: inherit !important;
    text-decoration: none !important;
}

.home-news-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: rgba(27, 33, 34, 0.65);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-news-card__footer {
    margin-top: auto;
}

.home-news-card__divider {
    width: 100%;
    height: 1px;
    margin: 16px 0;
    background: rgba(9, 49, 52, 0.16);
}

.home-news-card__meta,
.home-news-card__date,
.home-news-card__more {
    display: flex;
    align-items: center;
}

.home-news-card__meta {
    justify-content: space-between;
    gap: 16px;
}

.home-news-card__date {
    min-width: 0;
    gap: 8px;
    color: rgba(27, 33, 34, 0.62);
    font-family: "Kumbh Sans", sans-serif;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35;
}

.home-news-card__date svg,
.home-news-card__more svg {
    flex: 0 0 16px;
}

.home-news-card__more {
    flex: 0 0 auto;
    gap: 6px;
    color: #107982 !important;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none !important;
}

.home-news-card__more:hover,
.home-news-card__more:focus {
    color: #1b2122 !important;
}

.home-news__empty {
    grid-column: 1 / -1;
    margin: 0;
    color: rgba(27, 33, 34, 0.65);
    font-size: 17px;
}

.home-news__footer {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .home-news__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .laes-home .faixa-numeros__numeros {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .laes-home .faixa-numeros__numeros__numero--last {
        grid-column: 1 / -1;
    }

    .laes-home__main {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .home-news__header {
        align-items: center;
    }

    .home-news__title {
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    .home-news__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-news__all {
        align-self: flex-end;
    }

    .home-news-card__meta {
        align-items: flex-start;
    }

    .home-news-card__date {
        font-size: 14px;
    }
}
