.press-all {
  padding: 50px 0px 135px 0px;
}

.press-all .col-md-4 {
  padding-bottom: 71px;
}

.press-all .excerpt {
  color: #0F0F0F;
}

.press-all .nav-links {
  padding-top: 65px;
}

.press-all img {
  border-radius: 12px;
}

.press-filters {
	margin-top: 100px;
}

.newsroom-content .top {
	display: flex;
	justify-content: space-between;
}

.newsroom-content .title {
	color: #0A0A0A;
	font-family: "Work Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	margin-top: 8px;
}

.newsroom-content .top .date {
	color: #3F3F3F;
	font-family: "Proxima Nova";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}

@media (max-width: 480px){
  .archive.category  #subheader {
    height: 305px;
  }

  .press-filters {
	margin-top: 32px;
   }

   .filterby {
	margin-top: 15px;
   }

   .press-all .col-md-4 {
		padding-bottom: 30px;
	}
}