html, body {
    background-color: white;
}

.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li + li:before {
    content: "/";
    margin: 0 0.5em;
    color: #999; /* Adjust the color as needed */
}

.breadcrumb a {
    text-decoration: none;
    color: #007bff; /* Adjust the link color as needed */
}

.breadcrumb .is-active a {
    color: #333; /* Adjust the active link color as needed */
    pointer-events: none; /* Disable link for active item */
}


.title.is-size-1 {
    font-size: 2.5em; 
    font-weight: 700; 
}

.intro {
    font-size: 1.25em; 
    margin-bottom: 1em; 
    color: #4a4a4a; 
}

p, ul {
    font-size: 1.1rem;
}

.card {
    min-height: 630px; /* Adjust the height as needed */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}