.alert-line .decorated-line {
  color: var(--main-color);
  background: transparent;
  position: relative;
  height: 214px;
}
.alert-line .decorated-line::before,
.alert-line .decorated-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 34px;
  display: block;
  background: url('data:image/svg+xml,<svg width="68" height="34" viewBox="0 0 68 34" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-1.41421" width="22" height="22" rx="1" transform="matrix(-0.707107 -0.707107 -0.707107 0.707107 31.5269 16.1432)" fill="white" fill-opacity="0" stroke="%23F58B9E" stroke-width="2"/></svg>');
}
.alert-line .decorated-line::after {
  top: unset;
  bottom: 0;
}
