.organization {
  background-color: #6d2077;
  position: relative;
  z-index: 5;
}
.organization:before {
  background-image: url(https://www.entrust.com/-/media/external-images/podcasts/img-entrust-podbean-banner.png);
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index: -1;
}

div.media a.btn, div.media a.btn2 {
  background-color: #6d2077 !important;
  border: 0;
}

div.download-right a.btn {
  background-color: #6d2077 !important;
  border: 0;
}