.blocks-banner_right .item {
  display: block;
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
}

@media all and (max-width: 1000px) {
  .blocks-banner_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}
@media all and (max-width: 768px) {
  .blocks-banner_right {
    grid-template-columns: unset;
  }
  .item {
    width: 100%;
    height: 100%;
    padding-bottom: 25px !important;
  }
  .item img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=banner_right.css.map */