<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


section.campus div.right-txt{
    width: calc(100% - 270px);
    margin: 0 auto 30px;
    float: left;
}

 .left-image {
     float: left;
     width: 240px;
     margin-right: 30px;
     height: auto;
}
 .right-txt {
    width: calc(100% - 210px);
    display: block;
    padding-top: 15px;
}</pre></body></html>