/* Styling for page titles */

.inter-title {
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600; /* Slightly lighter bold */
    font-style: normal;
    font-size: 5rem; /* Increased size */
    line-height: 1.2;
    margin-bottom: 1px;
    
  }

  .white-title{
    color: rgba(255, 255, 255, 0.945);
  }



  .inter-page-subtitle{
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600; /* Slightly lighter bold */
    font-style: normal;
    font-size: 1.2rem; /* Increased size */
  }

  .breadcrumb a{
    color: rgba(255, 255, 255, 0.897);
  }

  .breadcrumb > .active{
    color: rgba(255, 255, 255, 0.897);
  }
