#mod-ajuda {
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    gap: 32px;
}

h2.title_m {
    margin: 0;
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: IberPangea;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.contenido-ajuda {
    display: flex;
    padding: 0;
    flex-direction: column;
    gap: 24px;
    align-self: center;
}
.card-ajuda{
    max-width:360px;
}
.card-ajuda:nth-child(1) {
    background: url('/documents/46699/30231441/img_carregar_casa.webp')lightgray -114.462px -32px / 169.794% 109.697% no-repeat;
    border-radius: var(--border-radius-l, 16px);
    padding: 180px 12px 12px;
}

.card-ajuda:nth-child(2) {
    background: url('/documents/46699/30231441/img_carregar_fora.webp')lightgray -114.462px -32px / 169.794% 109.697% no-repeat;
    border-radius: var(--border-radius-l, 16px);
    padding: 180px 12px 12px;
}


.contenido-card-ajuda {
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    background: var(--Color-Surface-General-1, #FFF);
    text-align: center;
}
.texto-ajuda{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.texto-ajuda > p.title_xs {
    color:  #2C2C2C;
    text-align: center;
    font-family: IberPangea;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    margin:0;
}
.texto-ajuda > p.body_regular_s {
    margin:0;  
    color: #2C2C2C;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;  
}
.contenedor-boton-saber-mais {
display: flex;
;
flex-direction: column;
align-items: center;
gap: var(--size-space-16, 16px);
align-self: stretch;
    margin:0;
}
a.btn.wcom-button.button-green{
    width: 132px;
    max-width: 328px;
    margin:0;
    }
a.btn.wcom-button.button-green {

   gap:  0;
    flex: 1 0 0;
    border-radius: 100px;
    background:  #2F6852;
    color:  #FFFAF6;

    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
   
}
a.btn.wcom-button.button-green:hover {

   
    background:  #00402A!important;   
}
a.btn.wcom-button.button-green:active {

   
    background:  #00402A!important;   
}
a.btn.wcom-button.button-green:focus {

   
    background:  #00402A!important;   
}



@media (min-width: 576px) {
    

}

@media (min-width: 768px) {
    #mod-ajuda {
        padding: 40px 48px 64px 48px;
    }
}

@media (min-width: 992px) {
    #mod-ajuda {
        max-width: 992px;
        padding: 40px 82px 64px;
        margin: 0 auto;
        gap:32px;
    }
   .contenido-ajuda {
 flex-direction:row;
} 


}

@media (min-width: 1200px) {
    #mod-ajuda {
        max-width: 1220px;
        padding: 40px 102px 64px 102px;
        gap: 40px;
    }
}

@media (min-width: 1920px) {
    #mod-ajuda {
        max-width: 1920px;
        padding: 40px 324px 64px 324px;
        gap: 40px;
    }
}