.memorandum{justify-content:center;display:flex}.memorandum__card{background-color:#fff;border:1px solid #0000000d;border-radius:20px;width:100%;transition:box-shadow .3s,transform .3s;overflow:hidden}.memorandum__card:hover{box-shadow:0 4px 20px #00000014}.memorandum__header{text-align:center;background-color:#106ebe;padding:16px 24px}.memorandum__title{color:#fff;font-size:1.5rem;font-weight:500;font-family:var(--font-poppins),sans-serif;margin:0}@media (min-width:320px) and (max-width:575px){.memorandum__title{font-size:1.125rem}}.memorandum__body{text-align:center;padding:40px 60px}@media (min-width:320px) and (max-width:575px){.memorandum__body{padding:24px 16px}}.memorandum__description{color:#24262a;font-size:1rem;line-height:1.6;font-family:var(--font-poppins),sans-serif;margin-bottom:32px}@media (min-width:320px) and (max-width:575px){.memorandum__description{font-size:.875rem}}.memorandum__action{margin-top:24px}.memorandum__link{color:#106ebe;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s}.memorandum__link:hover{opacity:.8;text-decoration:underline}
