/* content */

h2 {
    color:   #2d7cc7;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.articles {
    display: flex;
    flex-flow: column;
    margin-top: 9.25rem;
    margin-bottom: 1.5rem;
}

.articles h1 {
    text-align: center;
    margin: 0 0 0.8rem 0;
}

h2, .date {
    display: inline;
}

.titleanddate {
    position: relative;
}

.date {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: rgb(153, 153, 153);
    position: absolute;
    bottom: -12px;
    right: 0rem;
}

.report {
    align-items: flex-start;
    margin-bottom: 1.6rem;
    background-color: white;
    box-shadow: 0px 0px 10px rgb(230, 230, 230);
}

.reportimage {
width: 100%;
}

.seattleimage {
    width: 100%
}

.reportimage > img {
    display: block;
    width: 100%
}

.reportcontent {
margin-top: 0em;
padding-left: 1rem;
padding-right: 1rem;
overflow: hidden;
}

p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
}

@media screen and (min-width: 769px) {
    .articles {
        margin-left: auto;
        margin-right: auto;
        margin-top: 9rem;
        width: 70%;
    }
    .report {
        display: flex;
    }
    .reportimage {
        width: 50%
    }
    .reportimage > img {
        width: 100%
    }
    .reportcontent {
        width: 50%;
    }
    .seattleimage {
        width: 50%
    }
}