/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.news {
  position: relative;
  padding-bottom: 120px;
  min-height: 100vh;
}

.news .container {
  position: relative;
  padding-top: 95px;
}

.news i {
  font-size: 40px;
}

.news .to-linkedin{
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 30px;
}

.news a:hover {
  background: #7de2e7;
  color: #fff;
}
