#newsroom {
  padding: 100px 0;
  background: url(../img/bg-single-circle.svg) left -10% top -20vh no-repeat,
    url(../img/bg-single-circle.svg) right -15% top 20vh no-repeat,
    url(../img/bg-single-circle.svg) left -15% bottom -150px no-repeat;
  background-size: 20% auto, 20% auto, 20% auto;
}

#newsroom .news-rows span.date {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  display: inline-block;
}

#newsroom .news-rows .newsroom-title {
  font-family: "Rheem Sans Light";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin: 30px 0;
}

#newsroom .news-rows img {
  border-radius: 30px;
}

@media only screen and (max-width: 991px) {
  #newsroom {
    padding: 60px 0;
  }

  #newsroom .news-rows span.date {
    margin-top: 30px;
  }

  #newsroom .news-rows .newsroom-title {
    font-size: 16px;
    line-height: 26px;
  }
}
