.block-subtitle.bg-orange:first-child{
	background-color: rgb(243, 156, 18);
	display: block;
  padding: 10px 15px;
  font-weight: bold;
  color: #ffffff;
}

.block-subtitle.bg-dark-blue:first-child{
	background-color: rgb(35, 62, 144);
	display: block;
  padding: 10px 15px;
  font-weight: bold;
  color: #ffffff;
}


.block-subtitle.bg-red:first-child{
	background-color: rgb(231, 76, 60);
	display: block;
  padding: 10px 15px;
  font-weight: bold;
  color: #ffffff;
}

.block-subtitle.transparent:first-child{
	display: block;
  padding: 10px 15px;
  font-weight: bold;
	color: white;
	
}