/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root{
  --primary: #FF6634;
  --text: #111;
  --bg: #fff;
  --muted: #666;
  --cardW: 250px;
}
.mention{
  margin-top: 10px;
  text-align: center;
  color:var(--primary);
}
.mention-detail{
  margin-top: 10px;
  width:90%;
  margin-left: 50px;
}
.mention-detail ul{
  list-style: none;
}
.mention-detail a{
  text-decoration :none;
  color : var(--primary);
  font-weight: 750;
}
.mention-end{
  margin-bottom:35px;
}
p{
  margin-top:15px;
}