/* Start custom CSS */#titulo-doble-color strong{
    color:  #3FE890 ;
}
.respuesta-negrita strong{
    font-weight: bold;
}
#proyectos-card strong{
    font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
}/* End custom CSS */