/**
* Block Name: text
*/

section.text .text_wrapper {
  padding-top: 50px;
}
section.text .bg_static_cover {
  position: absolute;
  top: 0;
  z-index: -1;
  right: calc(25% + 15px);
  width: 300px;
}

@media (max-width: 991px) {
  section.text .bg_static_cover {
    right: 15px;
  }
}
