body{
    font-family: "Red Hat Display", sans-serif !important;
}
.text-black{
    color: black;
}
.text-m{
    color: #b63bdf;
    font-family: "Ubuntu", sans-serif;
}
.border-m{
    border:1px dashed #b63bdf;
    border-radius: 10px;
}
.border-c{
    border:1px dashed #391ad6;
    border-radius: 10px;
}
.border-b{
    border:1px dashed #040404;
    border-radius: 10px;
}
.text-b{
    color: #26118f;
    font-family: "Ubuntu", sans-serif;
}
.text-bro{
    color: #cc3366;
    /* font-family: "Ubuntu", sans-serif; */
}
.fs-45
{
    font-size: 45px;
}
  .bg-blue
  {
    background-color: #00315f;
    color: #fff;
  }
  .h-400
  {
    height: 400px;
  }
  .custom-card {
    border: 1px solid #dee2e6;
    transition: border-color 0.3s ease;
  }

  .custom-card:hover {
    border-color: #212529;
  }

  .card-icon {
    font-size: 2rem;
    color: #0d6efd;
  }
  @media (max-width: 767px) {
    h1.fs-45 {
      font-size: 25px !important;
    }
  }
  .feature-list {
    display: none;
  }
  
  @media (max-width: 767px) {
    .feature-inline {
      display: none !important;
    }
  
    .feature-list {
      display: block;
      padding-left: 1.5rem;
    }
  }
  