body.plain .main-content h2{
    font-size: calc(var(--font-size) + (var(--ratio) / 2));
    line-height: 1;
    margin: 1rem 0;
    padding: 0;
}
body.plain .main-content p{
    font-size: calc(var(--font-size) - (var(--ratio) / 2));
    line-height: 1.2;
    margin: 1rem 0;
}
body.plain .all-locations{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    gap: 4vw 0px;
}

body.plain .card,body.plain  .card a{
    width: 100%;
    text-align: left;
}
body.plain .card figure{
    width: 100%;
    height: auto;
    line-height: 0;
    overflow: hidden;
}
body.plain .card .image-container{
    width: 100%;
    height: auto;
    line-height: 0;
    overflow: hidden;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
body.plain .card p{
    margin-top: 0;
    margin-bottom: 0;
}