.module-wrap{position:relative;}
.module-wrap::after, .module-wrap::before{
  display: none;
  font-size: 13px;
  padding: 4px 12px;
  background-color: #e2e2e2;
  letter-spacing:3px;
  border-radius: 4px;
  position:absolute;
  top: 0;
}

.module-wrap::before {
   
    content: attr(data-id);
 
  right: 15px;

}
.module-wrap::after {
    content: attr(data-position);
    right: 70px;
}
.sec-spacing-lg  {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .sec-spacing-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.content-space-1 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.btn-pointer.btn {
  position: relative;
  font-weight: 500;
  padding-right: 1.25rem;
  padding-right: 2.5rem;
}
.btn-pointer::after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='red' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 1.25rem;
  content: "";
  transform: translateY(-50%);
  transition: 0.2s;
}
.btn-pointer:hover::after {
  right: 0.4375rem;
}

.btn-primary.btn-pointer::after, .btn-dark.btn-pointer::after{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/></svg>");
}
.btn-light.btn-pointer::after{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/></svg>");
}

