.block-full-width-content {
  text-align: center;
}
.block-full-width-content.watermark {
  background-image: url("../../../../assets/watermark-gtc-logo-horizontal.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center -80px;
}
@media (max-width: 1284.98px) {
  .block-full-width-content.watermark {
    background-size: 65% auto;
    background-position: center -50px;
  }
}
@media (max-width: 575.98px) {
  .block-full-width-content.watermark {
    background-size: 85% auto;
    background-position: center -30px;
  }
}
.block-full-width-content.watermark.buuk-watermark {
  background-image: url("../../../../assets/buuk-watermark.png");
  background-size: cover;
}
.block-full-width-content.grey-background {
  background-color: #f8f8f8;
}
.block-full-width-content li {
  list-style-position: inside;
}
.block-full-width-content .container > *:last-child {
  margin-bottom: 0;
}
