@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.breadcrumb-text, h1 {
    color: white;
    text-align: center;
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;

}
.breadcrumb-text h1::after {
  content: none !important;
}
.breadcrumb-text, p{
  color: rgb(255, 255, 255);
  font-size: 3rem;
  text-align: center;
  font-size: 20px;
}
  @media (max-width: 768px) {
    h1 {
      font-size: 2rem;
    }
  }
.download-section {
    text-align: center;
    margin: 100px 0 100px 0; /* Increased spacing above and below */
    padding: 50px 0;  /* Adjusts padding inside the section */
}

.btn-download {
    background: #095edd;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px; /* Adds spacing below the button */
}