.navbar-brand::after {
  content: "";
  display: block;
  background-image: url('/images/pink-ribbon.svg');
  background-size: cover;
  width: 32px;
  height: 40px;
  position: absolute;
  margin: -29px 0px 0px 251px;
	transform: rotate(11deg);
  filter: 
    drop-shadow(-1px 0px 0px #fafafa) 
}

@media (max-width: 767px) {
	
	.navbar-brand::after {
	  content: "";
	  display: block;
		background-image: url('/images/pink-ribbon.svg');
	  background-size: cover;
	  width: 20px;
	  height: 25px;
	  position: absolute;
		margin: -20px 0px 0px 132px;
	}

}