.page .content {
  float: left;
}
.page .content .line {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.page .content .line .element {
  text-align: center;
  color: #000;
  width: 310px;
  height: 155px;
  box-sizing: border-box;
  display: table;
  padding: 0 60px;
  position: relative;
}
.page .content .line .element span {
  color: #fff;
  text-shadow: 1px 2px #000;
  display: table-cell;
  vertical-align: middle;
}
.page .content .line .element img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page .content .line .element:hover {
  background-color: rgba(0,0,0,0.5);
  transition: all 0.3s;
}
.col-c {
  margin-top: 43px;
}
.col-c .h-news {
  background-position: 0 5px;
}
.col-c h2 {
  font-size: 16px;
  font-family: 'pt_sansregular';
  padding-left: 25px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.col-c .side-actual {
  margin-bottom: 35px;
}
.col-c .side-actual h2 {
  background: url(../../images/file.png) no-repeat -2px 0;
  background-size: 17px 17px;
  margin-bottom: 10px;
  line-height: 21px;
  padding-left: 23px;
}
.col-c .news-events .sw {
  padding-left: 0;
  margin-bottom: 12px;
}
