html body .project-details-block {
  padding: 4em 0;
  color: white;
  font-family: Arial, sans-serif;
  line-height: 20px;
  background-image: linear-gradient(92.32deg, #0F0F0F 26.19%, rgba(15, 15, 15, 0.6) 81.98%, rgba(36, 36, 45, 0) 131.2%);
  background-size: cover;
  background-position: center right;
}
html body .project-details-block--rc-digital {
  background-image: linear-gradient(92.32deg, #0F0F0F 26.19%, rgba(15, 15, 15, 0.6) 81.98%, rgba(36, 36, 45, 0) 131.2%), url(/image/rc-digital-background.png);
  padding-top: 112px;
}
html body .project-details-block--roscosmosui {
  background-image: url(/image/Roscosmos-header.png);
  padding-top: 112px;
}
html body .project-details-block--rcbrandbook {
  background-image: url(/image/Rc-digital-Brandbook-header.png);
  padding-top: 112px;
}
html body .project-details {
  width: 80%;
  margin: 0 auto;
}
html body .project-details__title {
  color: white;
  margin: 0 0 0.3em;
}
html body .project-details__subtitle {
  display: flex;
}
html body .project-details__subtitle-entry {
  margin-right: 1em;
}
html body .project-details__subtitle-entry:last-child {
  margin-right: 0;
}
html body .project-details__brief {
  margin-top: 1.4em;
}
html body .project-details__actionspad {
  padding-top:16px;
}
html body .project-details__action {
  font-family: "EuropeExt", Arial, sans-serif;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border: 0 none;
  cursor: pointer;
  position: relative;
  width: 155px;
  height: 32px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
html body .project-details__action:hover {
  background-color: #eeeeee;
}
html body .project-details__action:active {
  background-color: #dddddd;
}
html body .meta {
  font-size: 0.75em;
}
html body .meta__label {
  color: rgba(255, 255, 255, 0.5);
}
/*# sourceMappingURL=style-jackdtaylor.css.map */