.breadcrumb {
  margin-top: 1.81rem;
  margin-bottom: 1.25rem;
}
.brcr {
  text-align: center;
}
h1 {
  font-size: 3.375rem;
  font-weight: 900;
  margin-bottom: 0.81rem;
}
.p-fq {
  margin-bottom: 3.63rem;
  width: 40rem;
}
.w-fit {
  width: -webkit-fill-available;
}
.bg-1 {
  background: #3900fa;
}
.tex-rg {
  color: rgba(0, 0, 0, 0.41);
}
.ul-border {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  font-size: 1.125rem;
  font-weight: 700;
  color: black;
  background-color: unset !important;
  border-bottom: 3px solid #3900fa !important;
  border-radius: unset !important;
}
.nav-link {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  color: #9a9a9a;
}
.m-cont{
  margin-bottom: 15.31rem;
}
@media (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }
  .ul-border{
    width: 53rem;
  }
  .p-fq{
    width: auto;
  }
  .m-cont {
    margin-bottom: 4.38rem;
}
}
@media (max-width: 575px) {
  h1 {
    text-align: center;
  }
}
