.unido-corner-top,
.unido-corner-bottom {
  position: absolute;
  z-index: 1;
  width: 72px;
  height: 72px;
  pointer-events: none;
  border: 12px solid #fd6925;
}
@media (min-width: 768px) {
  .unido-corner-top,
.unido-corner-bottom {
    width: 96px;
    height: 96px;
    border-width: 16px;
  }
}
@media (min-width: 1200px) {
  .unido-corner-top,
.unido-corner-bottom {
    width: 128px;
    height: 128px;
    border-width: 24px;
  }
}

.unido-corner-top {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}

.unido-corner-bottom {
  right: 0;
  bottom: 0;
  border-top: 0;
  border-left: 0;
}
