.square .link {
  text-decoration: none;
}
.square .link .image {
  width: 100%;
  position: relative;
  margin: 0 0 1.25rem;
}
.square .link .image img {
  width: 100%;
}
.square .link .image .symbol {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 3.625rem;
  height: 3.625rem;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  background-color: #30546A;
}
.square .link .image .symbol .symbol-icon {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.square .link .date {
  font-size: 1.125rem;
  margin: 0 0 0.563rem;
  line-height: 1.375rem;
  color: #2B2B2B;
}
.square .link .title {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.375rem;
  line-height: 1.625rem;
  text-decoration: none;
  color: #2B2B2B;
}
/*# sourceMappingURL=style.css.map */
