.dark-background p.h5 {
    color: #fc3;
}

@media print, screen and (min-width: 37.5em) {
    .text-around-image h2.h3 {
        font-size: 1.3rem;
    }
}

.media-object {
flex-direction: column;
align-items: center;
}

.media-object-section:first-child {
margin-bottom: 2rem;
padding-right: 0;
}

.media-object img {
    max-width: none;
    height: 100%;
}

.media-object .thumbnail {
width: initial;
}

@media screen and (min-width: 641px) {
.media-object {
flex-direction: row;
}

.media-object-section:first-child {
margin-bottom: 0;
padding-right: 2rem;
}
}


