﻿.contact h3 {
  font-size: 36px;
  color: #ad0c14;
  font-weight: 300;
} 

.contact h3 span {
  font-size: 30px;
  font-weight: bold;
  color: #e5e5e5;
  margin: 10px 0;
} 

.khlist {
  margin: 20px 10px 0 0;
}

.khlist li {
  width: 23%;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}

a {
  color: #000;
}
a:hover {
  color: #ad0c14;
}