html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, img {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

div {
  display:block;
}

.pt-1{
  padding-top:60px!important;
  padding-bottom:60px!important;
}

.topic-section .title-m{
  font-family:"Landasans";
  font-size:4rem;
  font-weight:400;
  letter-spacing:0.3em;
  color:#a7a7a7;
}

.block {
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
}

.topic-section {
  padding-top:0px;
  padding-bottom:100px;
  background-color:#fff;
}

.topic-section>.grid {
  row-gap:60px;
}

.topic-tile>a {
  display:block;
  text-decoration:none;
  color:#333;
  background-color:#fff;;
  padding-left:0;
  padding-right:0;
}

.grid1 {
  display:grid;
  gap:10px;
  grid-template-columns:repeat(2,1fr);
}

.topic-tile {
  margin-bottom:20px;
  position:relative;
  height:100%;
}

.topic-tile .topic-tile-img {
  width:100%;
  height:auto;
  overflow:hidden;
  position:relative;
  
}

.topic-tile .topic-tile-img img {
  width:100%;
  height:100%;
  object-fit: cover;
}

img {
  max-width:100%;
  vertical-align:bottom;
}


.topic-tile-body {
  mergin-top:8px;
  padding:0 8%;
}

.topic-tile-title {
  margin-top:10px;
  font-size:1.4rem;
  font-weight:700;
  line-height:1.8em;
}

.topic-tile-txt {
  font-size:1.1rem;
  margin-top:0.5em;
  text-align:justify;
  line-height:1.3;
  letter-spacing:.07em;
}

.date {
  position:absolute;
  display:block;
  right:8%;
  bottom:0;
  text-align:right;
  font-size:1rem;
  letter-spacing:.1em;
}