.infoblock {
  max-width: 550px;
  width: var(--baseWidth);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: 90px;
  right: 100px;
  padding: clamp(1.1111111111rem, 0.6606606607rem + 2.5337837838vw, 2.7777777778rem);
}
@media only screen and (max-width: 960px) {
  .infoblock {
    position: static;
    margin-top: 30px;
    width: 92%;
    margin-inline: auto;
  }
}
.infoblock .wp-block-heading,
.infoblock p {
  color: var(--contrastColorInverted);
}
.infoblock p {
  margin-top: 13px;
}

.editor-styles-wrapper .infoblock {
  position: static;
  margin-top: 30px;
}