.grecaptcha-badge { display: none!important; }

/* Estilização dos slides */
.slides {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: start;
    align-items: center;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: translateY(50%);
    padding: 0 0 0 15rem;
}

.slide.active {
    opacity: 1;
    transform: translateY(0);
}

/* Conteúdo do slide */
.slide-content {
    /* width: 30rem; */
}

.slide-content h2 {
    font-family: "Sriracha", cursive;
    font-weight: 400;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 1rem;
    color: var(--branco);
    max-width: 75%;
}

.slide-content p {
    font-size: 20px;
    font-family: "Figtree", sans-serif;
    font-weight: 300;
    margin-bottom: 2rem;
    max-width: 80%;
    color: var(--branco);
}

.slide-content .cta-um,
.slide-content .cta-dois {
    background-color: var(--branco);
    color: var(--preto);
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none !important;
}

/* Indicadores dos slides */
.indicators {
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 10;
}

.indicator {
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicator.active {
    background-color: rgba(255, 255, 255, 1);
}

.dobra-dois {
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.dobra-dois img {
    width: 100%;
}

.dobra-tres {
    padding: 5rem 15rem;
}

.dobra-tres h2,
.dobra-quatro h2 {
    font-family: "Figtree", sans-serif;
}

.dobra-tres h2 span,
.dobra-quatro h2 span,
.acoes h3 span {
    font-family: "Sriracha", cursive;
    font-weight: 400;
}

.cards {
    margin: 1rem 0;
    width: 100% !important;
    display: flex;
    gap: 15px;
}

/* .box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0 15px;
    border: 1px solid var(--preto-fosco);
    border-radius: 14px;
} */

/* .box img.icone {
    width: 40px;
} */

.box img {
    width: 100%;
}

img.img-box {
    width: 100%;
}

.dobra-quatro {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 3rem 15rem;
    background-image: url(../../img/background-dobra-quatro.png);
    background-position: center;
    background-size: cover;
    /* margin: 0 0 0 1rem; */
    width: 96.7vw !important;
    gap: 1rem;
    left: 1%;
    position: relative;
    border-radius: 12px;
}

.dobra-quatro img {
    width: 310px;
}

p.tag {
    margin: 0px;
    color: #21c65e;
    background-color: #EEEFEE;
    padding: 5px 0px 5px 0px;
    border-radius: 25px;
    font-size: 14px;
    font-family: "Figtree", sans-serif;
    text-align: center;
}

.dobra-quatro .descricao {
    display: flex;
    flex-direction: column;
}

.dobra-quatro .descricao h2 {
    margin: 1rem 0 2rem 0;
}

.topico {
    background-color: var(--azul-claro);
    border: 1px solid var(--preto-transparencia);
    border-radius: 12px;
    padding: 8px 25px;
    margin: 5px 0;
}

.topico h4 {
    font-size: 18px;
    margin: 0px;
}

.topico p {
    font-size: 14px;
    margin: 0px;
}

.dobra-quatro .acoes {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
    margin: 1rem 0 0 0;
}

.acoes h3 {
    font-size: 23px;
}

.dobra-cinco {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5rem 15rem;
}

.numero {
    text-align: center;
}

.numero h2 {
    font-size: 3rem;
    color: #21c65e;
    margin-bottom: 0.5rem;
    font-family: "Sriracha", cursive;
    font-weight: 400;
}

.numero p {
    font-size: 1.2rem;
    color: #383831;
    font-family: "Figtree", sans-serif;
}

.dobra-seis {
    padding: 3rem 15rem;
}

.dobra-seis h2 {
    font-family: "Figtree", sans-serif;
    color: var(--preto-fosco);
}

.dobra-seis h2 span {
    font-family: "Sriracha", cursive;
    font-weight: 400;
    color: var(--preto-fosco);
}

.dobra-seis p {
    font-family: "Figtree", sans-serif;
    color: var(--preto-fosco);
    font-size: 14px;
}

.feedbacks {
    display: flex;
    gap: 15px;
    margin: 0px;
    padding: 0px;
}

.feed-um {
    background-image: url('../../img/cliente1.png');
    background-position: center;
    background-size: cover;
    height: 600px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
	max-width:32% !important;
}

.feed-dois {
    background-image: url('../../img/cliente2.png');
    background-position: center;
    background-size: cover;
    height: 600px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
	max-width:32% !important;
}

.feed-tres {
    background-image: url('../../img/cliente3.png');
    background-position: center;
    background-size: cover;
    height: 600px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
	max-width:32% !important;
}

.feed-tres p {
    line-height: 18px;
}

.cards .box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border: 1px solid var(--preto-transparencia);
    border-radius: 14px;
    padding: 0px 20px;
}

.cards .box .icone {
    width: 50px;
}

.cards .box h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 1rem 0 8px 0;
}

.cards .box p {
    font-size: 14px;
    line-height: 18px;
}

.dobra-seis .descricao {
    background-color: var(--branco);
    padding: 10px 15px;
    border-radius: 12px;
    margin: 0 0 1rem 0;
}

.dobra-seis .descricao p {
    color: var(--preto);
    font-family: "Figtree", sans-serif;
    font-size: 14px;
}

.dobra-seis .descricao h4 {
    color: var(--preto);
    font-family: "Figtree", sans-serif;
    font-size: 18px;
}

.dobra-seis .acoes {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    margin: 4rem 0;
    padding: 0 12rem;
}

.dobra-sete {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 3rem 15rem;
    background-image: url('../../img/vector-perguntas.png');
    background-position: center;
    background-size: cover;
    width: 96.7vw !important;
    gap: 1rem;
    left: 2%;
    position: relative;
    border-radius: 12px;
}

.dobra-sete .titulo-faq {
    display: flex;
    align-items: start;
    height: 365px;
}

/* .dobra-sete .perguntas-faq {
    display: flex;
    flex-direction: column;
} */

.dobra-sete h2 {
    color: var(--preto);
    font-family: "Figtree", sans-serif;
    /* font-size: 18px; */
}

.dobra-sete h2 span {
    font-family: "Sriracha", cursive;
    font-weight: 400;
    color: var(--preto-fosco);
}

/* .faq {
    padding: 1rem 0;
} */

.faq-item {
    /* border-bottom: 1px solid #dcdcdc; */
    /* Linha cinza claro */
    padding: 1rem 0;
}

/* Oculta as respostas por padrão */
.faq-answer {
    display: none;
    padding: 0 45px;
    /* Alinhamento à direita */
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

/* Estilização da pergunta */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}

.faq-question p {
    margin: 0;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
}

/* Botão de seta */
.faq-toggle {
    display: none;
    /* width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0; */
}

.faq-toggle img {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}


@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dobra-oito {
    display: flex;
    flex-direction: row;
    padding: 5rem 15rem;
}

.dobra-oito h2 {
    font-family: "Figtree", sans-serif;
    color: var(--preto-fosco);
}

.dobra-oito input {
    height: 40px;
    padding: 25px 23px;
    margin: 0 0 12px 0;
    border: 1px solid #ccc;
    border-radius: 12px;
}

.dobra-oito .topo {
    display: flex;
    gap: 8px;
}

.dobra-oito .topo h4 {
    font-size: 16px;
    margin: 10px 0 0px 0;
}

.dobra-oito .checkbox p {
    line-height: 17px;
    margin: -15px 0 28px 0;
}

.dobra-oito h2,
.dobra-nove h2 {
    color: var(--preto);
    font-family: "Figtree", sans-serif;
}

.dobra-oito h2 span,
.dobra-nove h2 span {
    font-family: "Sriracha", cursive;
    font-weight: 400;
    color: var(--preto-fosco);
}

.dobra-nove {
    padding: 5rem 15rem;
}

.dobra-nove p.tag {
    margin: 0 0 1rem 0;
}

.dobra-nove .noticias {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.dobra-nove .noticias img {
    width: 100%;
}

.ultimas-noticias h4 {
    margin: 10px 0 18px 0;
    line-height: 21px !important;
    font-size: 17px !important;
}

.ultimas-noticias p {
    font-size: 14px;
    margin: 0 0 20px 0;
}

.leiaMais {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lerMais {
    background-color: #EEEFEE;
    color: #171714;
    border-radius: 12px;
    text-decoration: none;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.user,
.calendar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.user img,
.calendar img {
    width: 18px !important;
}

.user p,
.calendar p {
    margin: 0px;
    font-size: 14px;
}

#artigos{
	padding: 1rem 15rem 3rem 15rem;
}

#artigos article{
    background-color: var(--branco);
    padding: 10px 15px;
    border-radius: 12px;
	border: solid 1px #b2b2b2;
    margin: 0 0 1rem 0;
	max-height:200px;
}

#artigos article:hover{
	transform: translateY(-5px);
	transition:0.5s;
}

#artigos article h4{
	font-size:1.2rem;
}

#artigos article a{
	background-color: #21c65e;
	color:#333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:6px 20px;
	text-decoration:none;
	font-size:0.9rem;
	font-weight:400;
	transition:0.3s;
}

#artigos article a:hover{
	background-color:#28fa76;
}

#artigos .tag {
    font-size: 14px;
    color: #00c853;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
    background-color: #EEEFEE;
    padding: 5px 12px 5px 12px;
    border-radius: 25px;
}

#simulador{
	padding: 0rem 15rem 5rem 15rem;
	text-align:center;
}

#simulador h3{
	font-family: sriracha;
}

#simulador p{
	font-size: 1.5rem;
	font-weight:500;
	margin-bottom:30px;
}

#simulador a{
	background-color:#04297a;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 8px 20px;
	text-decoration:none;
}

#simulador a:hover{
	background-color: #0640bf !important;
	transition:0.3s;
}

@media (min-width: 320px) and (max-width: 768px) {
    .banner {
        width: 96.7%;
        height: 92vh;
        margin: 0.5rem 0rem 0 6px;
        border-radius: 12px;
    }

    .slide {
        background-size: cover;
        /* background-position: top right; */
        display: flex;
        padding: 0 0 0 30px;
    }

    .slide-content h2 {
        font-size: 35px;
        line-height: 38px;
        max-width: 95%;
    }

    .slide-content p {
        font-size: 19px;
        max-width: 80%;
        line-height: 22px;
    }

    .dobra-dois {
        height: 5rem;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }

    .cards {
        margin: 1rem 0;
        width: 100% !important;
        flex-direction: column;
        gap: 12px;
    }

    .cards .box {
        border-radius: 14px;
        padding: 35px 20px;
    }

    .dobra-tres {
        padding: 1rem 10px;
    }

    .indicators {
        left: 4%;
    }

    .dobra-quatro {
        flex-direction: column;
        padding: 1rem 15px;
        width: 100% !important;
        gap: 1rem;
        left: 1%;
    }

    .dobra-quatro img {
        width: 90vw;
        /* height: 520px; */
        background-size: cover;
        background-position: center;
    }

    .dobra-quatro .acoes {
        gap: 1rem;
        margin: 1rem 0 0 0;
        justify-content: space-between;
    }

    .topico h4 {
        font-size: 16px;
    }

    .topico p {
        font-size: 13px;
        line-height: 13px;
        margin: 12px 0 8px 0;
    }

    .dobra-quatro p.tag {
        margin: 2rem 0 0 0;
        font-size: 14px;
    }

    .dobra-cinco {
        justify-content: space-between;
        align-items: center;
        padding: 2rem 13px;
        gap: 14px;
    }

    .numero h2 {
        font-size: 25px;
    }

    .numero p {
        font-size: 13px;
        color: #383831;
        font-family: "Figtree", sans-serif;
        width: 100%;
    }

    .dobra-seis {
        padding: 0rem 15px;
    }

    .feedbacks {
        display: flex;
        overflow-x: scroll;
    }

    .feed-um,
    .feed-dois,
    .feed-tres {
        height: 500px;
        padding: 0 12px;
        width: 99% !important;
		max-width:100% !important;
    }

    .dobra-seis .descricao {
        padding: 10px 12px;
        margin: 0 0 1rem 0;
    }

    .dobra-seis .descricao p {
        font-size: 13px;
        line-height: 15px;
    }

    .dobra-seis .descricao h4 {
        font-size: 16px;
    }

    #secao-feedback #acoes-mobile {
        margin: 2rem 0 !important;
        padding: 0 0px !important;
        gap: 12px !important;
    }

    .dobra-sete {
        flex-direction: column;
        padding: 1rem 15px;
        border-radius: 12px;
		width: 96% !important;
    }

    .dobra-sete .titulo-faq {
        height: 42px;
        justify-content: start;
        width: 100%;
    }

    .faq-question {
        padding: 5px 0;
    }

    .faq-question img {
        width: 35px;
    }

    .faq-question p {
        padding-left: 10px;
        font-size: 14px;
        width: 89%;
        line-height: 17px;
        margin: 0 0 7px 0px;
    }

    .faq-answer {
        padding: 0px 14px;
        font-size: 13px;
        line-height: 15px;
    }

    .dobra-oito {
        flex-direction: column-reverse;
        padding: 1rem 15px;
    }

    .dobra-oito img {
        width: 95vw;
        margin: 0 0 3rem 0;
    }

    .dobra-oito .topo {
        gap: 8px;
        margin: 1rem 0;
    }

    .dobra-oito .topo h4 {
        font-size: 13px;
        width: 100%;
    }

    .dobra-oito .checkbox p {
        line-height: 15px;
        margin: -15px 0 28px 0;
        font-size: 13px;
    }

    .checkbox input {
        width: 12px;
    }

    .dobra-nove {
        padding: 3rem 15px;
    }

    .dobra-nove .noticias {
        gap: 12px;
        overflow-x: scroll;
    }

    .user img,
    .calendar img {
        width: 12px !important;
    }

    .user p,
    .calendar p {
        font-size: 11px;
    }

    #titulo-dois,
    #titulo-tres {
        margin: 1rem 0 1rem 0 !important;
    }

    #dois,
    #tres {
        margin: 1rem 0 0 0;
    }

    .ultimas-noticias h4 {
        font-size: 17px;
    }
	
	#artigos{
		padding: 0;
		margin-top: 20px;
	}
	
	#simulador{
		padding: 0;
		margin-bottom:50px;
		margin-top:50px;
	}
	
	#simulador p{
		font-size: 1rem;
		font-weight:500;
		margin-bottom:10px;
	}
	
	.btnConversar {
		padding:0 15px;
	}
}

@media (min-width: 769px) and (max-width: 1023px) {
    header {
        height: 5rem;
        padding: 0px 5rem;
        /* gap: 1rem; */
    }

    .slide,
    .dobra-tres {
        padding: 0 0 0 10rem;
    }

    .slide-content h2 {
        font-size: 48px;
        line-height: 52px;
        max-width: 95%;
    }

    .slide-content p {
        font-size: 18px;
        font-weight: 400;
        max-width: 91%;
    }

    .dobra-cinco {
        padding: 3rem 5rem;
    }

    .dobra-seis {
        padding: 1rem 3rem;
    }

    .dobra-seis .acoes {
        margin: 3rem 0;
        padding: 0 5rem;
    }

    .dobra-sete {
        padding: 3rem 5rem;
        border-radius: 12px;
    }

    .contato img {
        width: 100%;
    }

    .dobra-oito {
        flex-direction: row;
        padding: 5rem 5rem;
        gap: 2rem;
    }

    .dobra-oito img {
        width: 44vw;
    }

    .dobra-nove {
        padding: 3rem 5rem;
    }

    .user img,
    .calendar img {
        width: 13px !important;
    }

    .user p,
    .calendar p {
        font-size: 10px;
    }

    .ultimas-noticias h4 {
        line-height: 17px;
        font-size: 17px;
    }

    .ultimas-noticias p {
        line-height: 16px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .slide-content h2 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 1rem;
        max-width: 100%;
    }

    .dobra-tres {
        padding: 5rem 6rem;
    }

    .dobra-quatro {
        padding: 3rem 6rem;
    }

    .dobra-quatro .acoes h3 {
        font-size: 21px;
    }

    .dobra-quatro .topico p {
        font-size: 13px;
        line-height: 16px;
    }

    .dobra-cinco {
        padding: 3rem 5rem;
    }

    .dobra-seis {
        padding: 1rem 5rem;
    }

    .dobra-seis .acoes {
        margin: 3rem 0;
        padding: 0 5rem;
    }

    .dobra-sete {
        padding: 3rem 6rem;
    }

    .dobra-oito {
        padding: 5rem 6rem;
        gap: 2rem;
    }

    .dobra-oito img {
        width: 40vw;
    }

    .dobra-nove {
        padding: 5rem 6rem;
    }

    .ultimas-noticias h4 {
        line-height: 21px;
        font-size: 19px;
    }

    .user img,
    .calendar img {
        width: 14px !important;
    }

    .user p,
    .calendar p {
        font-size: 11px;
    }

    .ultimas-noticias p {
        font-size: 12px;
    }
}

@media (min-width: 1367px) and (max-width: 1430px) {
    .ultimas-noticias h4 {
        line-height: 22px;
        font-size: 19px;
    }

    .ultimas-noticias p {
        font-size: 13px;
    }

    .user img,
    .calendar img {
        width: 16px !important;
    }

    .ultimas-noticias p {
        font-size: 12px;
    }

    .dobra-nove {
        padding: 3rem 15rem;
    }
}

@media (min-width: 1431px) and (max-width: 1600px) {
    .ultimas-noticias h4 {
        line-height: 26px;
        font-size: 20px;
    }
}

@media (min-width: 1921px) and (max-width: 2560px) {
    .banner {
        width: 96.7%;
        height: 83vh;
        margin: 12.5rem 0rem 0 1rem;
        border-radius: 18px;
    }

    .slide {
        padding: 0 0 0 30rem;
    }

    .slide-content h2 {
        font-size: 86px;
        line-height: 92px;
        max-width: 75%;
    }

    .slide-content p {
        font-size: 39px;
        max-width: 75%;
    }

    .slide-content .cta-um,
    .slide-content .cta-dois {
        padding: 1.4rem 5.8rem;
        border-radius: 15px;
        font-size: 1.4rem;
        text-decoration: none !important;
    }

    .dobra-oito {
        padding: 5rem 30rem;
        gap: 5rem;
    }

    .dobra-nove {
        padding: 5rem 30rem;
    }

    .ultimas-noticias h4 {
        margin: 18px 0 25px 0;
        line-height: 32px;
        font-size: 23px;
    }

    .ultimas-noticias p {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .lerMais {
        border-radius: 14px;
        font-size: 16px;
    }

    .user p,
    .calendar p {
        margin: 0px 0 0px 0 !important;
        font-size: 15px !important;
    }

    .user img,
    .calendar img {
        width: 16px !important;
    }

    .dobra-tres {
        padding: 5rem 45rem;
    }

    .dobra-quatro {
        padding: 3rem 45rem;
    }

    .dobra-quatro img {
        width: 375px;
    }

    .dobra-cinco {
        padding: 5rem 32rem;
    }

    .dobra-seis {
        padding: 5rem 35rem;
    }

    .dobra-sete {
        padding: 3rem 30rem;
    }

}






#news {
    padding: 60px 20px;
    background-color: #f8f9fe;
  }
  
  #news .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  #news .news-header {
    margin-bottom: 40px;
    margin-left: 10rem;
  }
  
  #news .tag {
    font-size: 14px;
    color: #00c853;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
    background-color: #EEEFEE;
    padding: 5px 12px 5px 12px;
    border-radius: 25px;
}
  
  #news .title {
    font-size: 36px;
    color: #333;
    margin: 0;
  }
  
  #news .title em {
    font-style: italic;
    color: #1b1b1b;
    font-family: sriracha;
  }
  
  #news .featured-news {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
  }
  
  #news .featured-image {
    width: 70%;
    height: 400px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
@media(max-width:767px){
    #news .news-header {
        margin-bottom: 10px;
        margin-left: 0rem;
        padding-top: 2rem;
      }
      #news .featured-image {
        width: 100%;
        height: 400px;
        margin: 0 auto;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }
}
  #news .news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  #news .news-card {
    background: #ffffff00;
    border: 1px solid #b2b2b2;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
  
  #news .news-card:hover {
    transform: translateY(-5px);
  }
  
  #news .news-card h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 16px 0;
    line-height: 1.4;
  }
  
  #news .news-card p {
    font-size: 14px;
    color: #666;
    margin: 0 0 24px 0;
    line-height: 1.6;
  }
  
  #news .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  #news .read-more {
    background: none;
    border: none;
    color: #171714;
    background-color: #eeefee;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    padding: 4px 12px;
    transition: .5s;
}
  
  #news .read-more:hover {
    transform: scale(1.04);
  }
  
  #news .meta {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  #news .user-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  
  #news .website,
  #news .date {
    font-size: 12px;
    color: #666;
  }
  
  @media (max-width: 768px) {
    #news {
      padding: 0px 20px;
    }
  
    #news .news-list {
      max-width: 500px;
      margin: 0 auto;
    }
    
    #news .title {
      font-size: 28px;
    }
    
    #news .featured-image {
      height: 300px;
    }
  }
  
  @media (max-width: 480px) {
    #news .featured-image {
      height: 200px;
    }
    
    #news .news-card {
      padding: 20px;
    }
    
    #news .news-card h3 {
      font-size: 16px;
    }
  }