html, body {
  font-size: 14px;
  line-height: 1.2; }

a, a:hover {
  text-decoration: none; }

.mrg-70 {
  margin-top: 70px; }

.mrg-50 {
  margin-top: 50px; }

.mrg-30 {
  margin-top: 30px; }

.mrg-25 {
  margin-top: 25px; }

.mrg-20 {
  margin-top: 20px; }

.mrg-10 {
  margin-top: 10px; }

.mrg-5 {
  margin-top: 5px; }

.text-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-height: 1.2;
  /* fallback */
  max-height: 4.8em;
  /* fallback */ }
