.uagb-column__wrap {
  overflow: visible;
}
.bordered-block {
  position: relative;
  padding: 0 55px 76px;
}
.bordered-block:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.5px;
  left: -2.5px;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-radius: inherit;
  border-image: linear-gradient(90deg, #f8426f, #fe623a);
  border-image-slice: 1;
  margin-top: -180px;
  margin-left: -7px;
  margin-right: -17px;
  z-index: 1;
}
