.contenedor-autores{display:flex;flex-direction:column;row-gap:10px;width:100%}.tarjeta-autor{display:flex;max-width:355px;width:100%}.tarjeta-autor img{max-width:120px}.tarjeta-texto{background:#191717;display:flex;flex-direction:column;padding:10px;row-gap:8px;width:100%}.nombre-autor{color:#ff725f;font-family:"Source Serif Pro";font-style:normal;font-weight:700;text-decoration:none}.nombre-autor:hover{color:#ff725f!important}.nombre-articulo{color:#fff;font-family:"Source Serif Pro";font-style:normal;font-weight:700;text-decoration:none}.nombre-articulo:hover{color:#fff!important}@media screen and (max-width:768px){.tarjeta-autor{flex-direction:column;max-width:210px}.tarjeta-autor img{max-width:none;width:100%}.tarjeta-texto{max-width:190px}}@media screen and (max-width:500px){.tarjeta-autor{flex-direction:column;margin:auto;max-width:calc(100% - 40px)}.tarjeta-autor img{max-height:200px;max-width:100%;object-fit:cover;object-position:top;width:100%}.tarjeta-texto{max-width:calc(100% - 20px);padding:20px 10px}}