.news-box {
  padding-bottom: 50px;
}

.text-general-news {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;

  width: 470px;

  margin: 0 auto;
  padding: 50px 0 0 0;
}

.text-general-news a{
  text-decoration: none;
  color:#1F295A;
}

.news-title {
  width: 100%;
  padding-left: 20px;
  font-family: 'gothambook';
  font-size: 22px;
  color: #9F958C;
}

.single-news {
  padding: 20px;
  font-size: 16px;
  cursor: pointer;
}

.content-news {
  margin: 0 auto;
  padding-left: 100px;
  overflow: hidden;
  width:470px;
}

.header-title-news {
  font-family: 'gothammedium';
  text-transform: uppercase;  
  font-size: 22px;
  color: #222C59;
  padding: 10px 0;
}

.link-news {
  display: block;
  padding-top: 15px;
}

.link-news:hover {
  color:#9F958C;
}

@media only screen and (max-width: 480px) {

  .text-general-news {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;

    width: 100%;

    margin: 0 auto;
    padding: 50px 20px 0 20px;
  }

}
