.produtos2 {
    background: #fafafa;
    padding: 48px 24px 24px 24px;
}

.produtos2__heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.produtos2__eyebrow {
    margin: 0;
    font-size: 10px;
    line-height: 22px;
    font-weight: 700;
    color: #176848;
    text-transform: uppercase;
}

.produtos2__title {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #616161;
}

.produtos2__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 1322px;
    margin: 0 auto;
}

.produtos2__stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.produtos2__card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 24px;
    height: fit-content;
}

.produtos2__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 32px 24px 32px;
}

.pc-one {
  gap: 12px;
}

.produtos2__card-title {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #176848;
}

.produtos2__card-title-badge {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    background-color: #176848; 
    border-radius: 999px;
    width: fit-content;
    padding: 6px 20.9px 6px 20.9px;
    margin-bottom: 18px;
}

.produtos2__card-description {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #424242;
}

.produtos2__items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.produtos2__item {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    padding: 8px 0;
    flex-direction: column;
}

.produtos2__item-no-hover {
    margin-top: 6px;
}

.produtos2__item-row {
    display: flex;
    gap: 4px;
    align-items: flex-start;
}

.produtos2__divider {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin-top: 5px;
    margin-bottom: 4px;
}

.produtos2__check {
    width: 31px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.produtos2__check img {
    width: 20px;
    height: 21px;
}

.produtos2__item-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.produtos2__item-title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #424242;
}

.produtos2__item-text {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #616161;
}

/* .produtos2__item-highlight {
    background: #f5f5f5;
    border-radius: 12px;
} */

.produtos2__link {
    display: none;
}

/* .produtos2__item-highlight .produtos2__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #005ba1;
    text-decoration: underline;
} */

.produtos2__cta {
    margin-top: auto;
    background: #18593e;
    color: #f0f0f0;
    border-radius: 8px;
    text-align: center;
    padding: 14px 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin: 0 12px 32px 12px;

}

@media screen and (min-width: 800px) {
    .produtos2 {
        padding: 60px 24px 24px 24px;
    }

    .produtos2__heading {
        align-items: center;
        text-align: center;
    }

    .produtos2__eyebrow {
        font-size: 16px;
        line-height: 22px;
    }

    .produtos2__title {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        max-width: 618px;
    }

    .produtos2__card-title {
        font-size: 18px;
        line-height: 28px;
    }

    .produtos2__card-description {
        font-size: 14px;
        line-height: 20px;
    }

    .produtos2__item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .produtos2__cta {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1440px) {
    .produtos2 {
        padding: 56px 100px 100px 100px;
    }

    .produtos2__heading {
        margin-bottom: 40px;
    }

    .produtos2__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}