#military-schema{--memory-card-bg:#E9E1CB;--memory-card-text-color:#2A2519;--memory-card-desc-color:rgba(59,54,41,0.40);--memory-action-button-color:rgba(59,54,41,0.40)}.memory-card{padding:30px;background-color:var(--bg-primary);display:flex;flex-direction:column;row-gap:30px;font-family:var(--UAF-font);color:var(--memory-card-text-color);height:100%;border-radius:90px;border-radius:55px/66px}@media(max-width:768px){.memory-card{row-gap:20px;text-align:center;padding:16px 16px 30px}}.memory-card__img{width:66%;border-radius:40px;aspect-ratio:402/226;object-fit:cover;flex-shrink:0}@media(max-width:768px){.memory-card__img{border-radius:36px/45px;width:100%;aspect-ratio:313/241}}.memory-card__text{margin-top:auto;margin-bottom:auto;font-weight:700;line-height:1.2;height:300px;overflow:hidden}@media(max-width:768px){.memory-card__text{height:250px}}.memory-card__action{color:var(--memory-action-button-color)}@media(max-width:768px){.memory-card__action{display:none}}.memory-card__author{display:flex;align-items:center;column-gap:10px;row-gap:10px;justify-content:space-between}@media(max-width:768px){.memory-card__author{flex-direction:column}}.memory-card__author-inner{display:flex;flex-direction:column;row-gap:8px;flex-shrink:0}@media(max-width:768px){.memory-card__author-inner{row-gap:15px}}.memory-card__author-title{font-weight:700;font-size:24px;line-height:1.2}@media(max-width:768px){.memory-card__author-title{font-size:18px}}.memory-card__author-desc{font-weight:400;font-size:14px;line-height:1.2;color:var(--memory-card-desc-color)}