.search_news {
  margin: 3em 0 1em 0;
  position: relative; }
  .search-icon {
    position: absolute;
    top: 0.8em;
    left: 1em;
    font-size: 20px;
    color: #C6C6C6; }
  .search-input {
    width: 100%;
    padding: 0.5em 0.8em;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding-left: 2.2em;
    color: #1067BF;
    font-size: 1.5em;
    font-weight: 300; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

.post__title {
  font-size: 20px;
  font-weight: 400; }

.post__image__img {
  width: 100%;
  border-radius: 1px; }

.post__description {
  font-size: 1.2em;
  line-height: 1.4em; }

.post__sentiment {
  color: Tomato;
  font-size: 1.4em;
  line-height: 1.4em; }

.post__read-more {
  display: inline-block;
  padding: 0.5em 0.8em;
  background-color: #4ECB4E;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px; }

.post__item {
  margin-top: 1em; }