#section7 {
    max-width: 100%;
    background-color: #E5E5E5;
    color: var(--red-kari-main);
    text-align: left;
    /*height: 523px;*/
    padding-top: 56px;
    padding-bottom: 32px;
    gap: 10px;
}

#section7 .container {
    max-width: 1320px;
    padding: 0;
    margin: 0;
}

#section7 .container .sub-titulo {
    max-width: 100%;
    /*height:32px;*/
    margin-bottom: 20px;
}

.ver-todos a {
    color: red;
}

#section7 .container .titulo {
    margin-bottom: 24px;
    color: var(--red-kari-main);
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 130% !important;
}

#section7 .container .titulo p {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--gray-kari-9);
    max-width: 100%;
    float: left;
    margin-top: 10px;
}

#section7 .container .ver-todos {
    width: 100px;
    float: right;
}

#section7 .container .titulo h1 {
    /* margin-top: -50px; */
    max-width: 100%;
    height: 57px;
    gap: 10px;

}

#section7 .container .mySwiper-projetoslei .box .titulo {
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 130% !important;
}

#section7 .container .mySwiper-projetoslei .box {
    width: 318px;
    height: 286px;
    padding: 16px;
    display: flex;
    border-radius: 8px;
    border-width: 1px;
    background-color: #fff;
    border: 1px solid var(--gray-kari-4);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

#section7 .container .mySwiper-projetoslei .box .texto {
    width: 286px;
    height: 124px;
    color: var(--gray-kari-8);
    margin-top: 20px;
    line-height: 170%;
}

#section7 .container .mySwiper-projetoslei .box .saibamais {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

#section7 .container .row {
    max-width: 100%;
    margin-top: 30px;
}

#section7 .swiper-slide {
    max-width: 300px;
    margin: 0;
    padding: 5px;
}

.container .swiper-pagination-projetoslei {
    text-align: center;
    position: relative;
    margin-top: 20px;
    bottom: auto;
}

@media (max-width: 600px) {
    .rodape {
        margin-top: 0px;
    }

    #section5 .container .row .nossomandato-swiper .item a .texto .rodape {

        padding: 7px 0px 4px 0px;
    }

    #section7 .container .row {
        max-width: 100%;

    }

    #section7 .container .sub-titulo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    #section7 .container .titulo {
        text-align: center;

    }

    #section7 .container .card .titulo {
        text-align: left;
    }

}

.cards-lista-projetoslei {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 260px;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.titulo {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.descricao {
    flex: 1;
    font-size: 0.95rem;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rodape {
    display: flex;
    align-items: center;
    margin-top: 0px;
    font-weight: bold;
    color: red;
    justify-content: space-between;
}

.rodape img {
    margin-left: 6px;
}

@media (max-width: 600px) {
    #section1 .container {
        text-align: center;
        max-width: 100%;
        height: auto;
    }
}

.cards-lista-noticias {
    display: inline;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}