section.pribeh-patron {
  background-color: rgba(255,255,255,0.6);
  border-radius: 7px;
  padding: 27px;
  position: relative;
  margin-top: 28px;
}

section.pribeh-patron h3 {
  font-weight: 600;
  font-size: 22px;
  margin: 0;
}

section.pribeh-patron .small {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}

section.pribeh-patron p.about {
  padding-right: 200px;
}

section.pribeh-patron h4 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}

section.pribeh-patron a {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #073776;
}

section.pribeh-patron a:hover {
  font-weight: 600;
  text-decoration: none;
}

section.pribeh-patron .triangle {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 7px;
  background-color: #073776;
  background: linear-gradient(to bottom left, #073776 63px, transparent 63px);
}

section.pribeh-patron .triangle span {
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transform: rotate(0.78539rad);
  position: absolute;
  top: 18px;
  right: 2px;
}

section.pribeh-patron img {
  position:absolute;
  top: -20px;
  right: 0;
}
