.box {
  position: relative;
  
}

.box::before, .box::after {
  content: '';
  width: 1px;
  height: 1px;
  position: absolute;
  box-shadow: 0 0 236px 100px #b8a4fdb0;
  z-index: -1;
}

.box::before {
  top: 13rem;
  right: -6rem;
}

.box::after {
  bottom: 122rem;
  left: 5rem;
}
.breadcrumb {
  margin-top: 1.81rem;
  margin-bottom: 1.25rem;
}
h1 {
  font-size: 3.375rem;
  font-weight: 900;
  margin-bottom: 0.81rem;
}
.p-rul{
  margin-bottom: 0.81rem;
}
.ruls{
  background: white;
  padding: 2rem;
  border-radius: 2.0625rem;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
margin-bottom: 10.6rem;
border: 1px solid var(--Neutral-Neutral-50, #F3F3F3);

}
.w-fit {
  width: -webkit-fill-available;
}
.bg-1 {
  background: #3900fa;
}
.tex-rg {
  color: rgba(0, 0, 0, 0.41);
}
.txt-2e {
  color: #2e00ca;
}
.nv-p {
  font-size: 6rem;
  font-weight: 900;
  margin-top: -2rem;
}
.novin-img {
  margin-top: -5.5rem;
}
@media (max-width: 991px) {
  h1{
    font-size: 2rem;
  }
  .p-rul{
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px){
h1{
  text-align: center;
  font-size: 1.5rem;
}
.ruls {
  padding: 1rem;
  border-radius: unset;
  box-shadow: unset;
  margin-bottom: 8.5rem;
  border: unset;
}

}