#txt{flex-direction:column}#txt article{display:flex;justify-content:space-between;width:100%;margin:20px 0 0}@media screen and (min-width:768px){#txt article{flex-direction:row}}@media screen and (max-width:767px){#txt article{flex-direction:column}}#txt article aside,#txt article main{display:block}@media screen and (min-width:768px){#txt article aside{width:40%;padding-right:40px}}@media screen and (max-width:767px){#txt article aside{width:100%}}#txt article aside figcaption{background:#f1f1f1;padding:10px 5px;font-size:1.6rem;text-align:center}#txt article aside img{width:100%;box-sizing:border-box;display:block}@media screen and (min-width:768px){#txt article main{width:60%}}@media screen and (max-width:767px){#txt article main{width:100%}}