﻿.verified {    width: 100%;    text-align: center;    font-style: italic;    font-size: .95rem;}.columns {    width: 75%;    display: flex;    flex-direction: row;    flex-wrap: wrap;    justify-content: space-around;    align-items: stretch;    column-gap: 2rem;}ul {    margin: 0;}.heritage-links {    order: 1;}.sas-links {    order: 2;}.heritage-links .header {    text-align: center;}.heritage-links li {    list-style: square;}.sas-links .header {    text-align: center;}    .sas-links .header img {        margin-top: -2rem;    }    .sas-links .header .caption {        margin: -3rem 0 2rem 0;        font-size: 1rem;        font-style: oblique;    }.sas-links li {    list-style: disc;}h3 {    margin: 0;    padding: 0;    font-family: 'Celtic';}@media screen and (max-width:500px) {    .columns{        width:100%;    }        .heritage-links .header img {            width: 50%;            margin-left:25%;        }}