@charset "utf-8";
/* CSS Document */
.a{
 font-family: inherit;
 font-weight: 500;
 line-height: 1.1;
 color: inherit;
 margin-top: 5px;
 /*margin-bottom: 5px;*/
 text-align: center;
 font-size: 10px;
}
.b{line-height: 22px;}
@media (min-width: 768px){
 .a{
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 5px;
  /*margin-bottom: 5px;*/
  text-align: center;
  font-size: 12px;
 }
 .b{line-height: 27px;}
}
 @media (min-width: 992px){
  .a{
   font-family: inherit;
   font-weight: 500;
   line-height: 1.1;
   color: inherit;
   margin-top: 5px;
   margin-bottom: 5px;
   text-align: center;
   font-size: 16px;
  }
  .b{line-height: 37px;}
}
@media (min-width: 1200px){
 .a{
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 5px;
  /*margin-bottom: 5px;*/
  text-align: center;
  font-size: 20px;
 }
 .b{line-height: 44px;}
}