﻿description {    width: 100%;    float: left;    overflow: auto;}.left {    float: left;    width: 15rem;    margin: 0 1rem 1rem 0;}.sashes {    overflow: auto;}img.sash {    max-width: 100%;    height: auto;}figure {    width: 10rem;    margin: 0 1rem 1rem 0;    float: left;}    figure img {        max-width: 100%;        height: auto;        margin: 0;    }figcaption {    text-align: center;    font-style: italic;    margin: 0;}.sash-style {    width: 50%;    margin-top: 2rem;    float: left;}    .sash-style h2,    .sash-style h4 {        margin: 0 0 0 11rem;    }    .sash-style p {        margin-top: 0;        margin-left: 13rem;        padding-right: 1rem;        text-indent: -2rem;    }@media screen and (max-width:699px) {    .sash-style {        width: 100%;    }    figure {        width: 100%;        text-align: center;    }    .sash-style h2 {        margin: 0;        text-align: center;    }    .sash-style h4 {        display: none;    }    .sash-style p {        margin-top: 0;        margin-left: 3rem;        text-indent: -2rem;    }        .sash-style p br {            display: none;        }}