formas-pago.component.scss 173 Bytes
.img-in-top {
  position: absolute;
  top: -35px;
  left: 50%;
  height: 70px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}