@charset "UTF-8";

.Topics{
  width: 500px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.Topic{
  width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}
.TopicImageLeft
,.TopicImageRight{
  width: 65px;
  height: 65px;
}
.TopicImageLeft{
  margin-left: 5px;
}
.TopicImageRight{
  margin-left: 5px;
}
.TopicTitle{
  width:360px;
}
.TopicTitle p.Title
,.TopicTitle p.Subtitle{
  text-align: center;
  margin-top: 10px;
}
.TopicTitle p.Title{
  font-size: 20px;
  font-weight: bold;
}
.TopicTitle p.Subtitle{
  font-size: 12px;
}
.Media a{
  display: block;
  text-align: center;
}
.Media p{
  color: #000;
}