<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact--about {
  margin-top: 6rem; }

.about__team {
  margin-top: 6rem; }

.about__blurb {
  width: 60%;
  float: left; }

.about__twitter-feed {
  width: 40%;
  height: 28rem;
  float: right;
  padding-left: 3rem;
  overflow: auto; }

@media screen and (max-width: 770px) {
  .about__blurb {
    width: 100%;
    float: none; }
  .about__twitter-feed {
    float: none;
    width: 100%;
    padding-left: 0;
    height: 70vh; } }

</pre></body></html>