.two-columns-block._background-right {
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: calc(50% + 400px) 0;
}
@media screen and (max-width: 900px) {
  .two-columns-block._background-right {
    background-size: 530px;
    background-position: 50% -80px;
  }
}
.two-columns-block._background-full {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2500px;
}
.two-columns-block__link {
  margin-top: 24px;
}