@import url(base.css);
@import url(ivftourBase.css);
h1{font:2em/2 ""; text-align: center; display: block;}
ul.articleset{margin:0 auto; width:100%; max-width:1200px; display: flex; justify-content: space-between; flex-wrap: wrap;}
ul.articleset li{margin-top:2em; padding:1em; width:49%; font:0.8em/2 ""; background-color:white; display: inline-block; vertical-align: top; border-radius:1em; box-shadow: #e1e1e1 0 0 5px;}
ul.articleset li a{display: block;}
ul.articleset li a strong{display: block;}
ul.articleset li a img{float:left; display:inline; margin-right:1em; width:30%;}
ul.articleset li a p{margin-top:1em;}

@media screen and (max-width:1200px) {
    ul.articleset{padding:0 1em;}
}

@media screen and (max-width:1000px) {
    ul.articleset li{width:100%;}
} 