.contact-container {
  padding: 100px 0;
}
.contact-container .list .item {
  border: 1px solid #D9D9D9;
  color: #707070;
  height: 100%;
  transition: all 0.5s;
}
.contact-container .list .item .name {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
}
.contact-container .list .item a {
  color: #707070;
  transition: all 0.5s;
}
.contact-container .list .item:hover {
  background-color: rgba(0, 72, 157, 0.65);
  color: #fff;
}
.contact-container .list .item:hover .name {
  color: #fff;
}
.contact-container .list .item:hover a {
  color: #fff;
}
/*# sourceMappingURL=contactUs.css.map */
