#primary .container {
    max-width: 1200px;
}
#primary .flexed {
    align-items: center;
}
#primary .flexed article,
#primary .flexed .primary-image {
    flex-basis: 48%;
}
#primary .flexed .entry-content {
    margin-top: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 40px;
    line-height: 2.5rem;
}
#primary .flexed .entry-content *:last-of-type {
    margin-bottom: 0;
}
#primary .flexed .entry-content a.button {
    font-size: 20px;
    font-size: 1.25rem;
}
#primary .flexed .primary-image {
    line-height: 0;
    border: 8px solid var(--main-blue);
}
#primary .flexed .primary-image img {
    width: 100%;
}
.secondary .container {
    max-width: 1100px;
}
.secondary .container ul {
    columns: 2;
    column-gap: 75px;
}
.secondary .container ul li {
    break-inside: avoid;
    margin-bottom: 10px;
}
.secondary h2:after {
    content: '';
    display: block;
    margin: 1em 0;
    width: 225px;
    border-bottom: 2px solid #FFF;
}
.secondary a {
    color: #FFF;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.secondary a:hover,
.secondary a:focus {
    color: #FFF;
    text-decoration: underline;
    text-decoration-style: solid;
}

@media screen and (max-width: 1023px){
    #primary .flexed {
        display: block;
    }
    .primary-image {
        margin: 0 auto 1.5em;
        max-width: 600px;
    }
}
@media screen and (max-width: 900px){
    .secondary .container ul {
        columns: 1;
    }
}