h2, .h2 {
    border-bottom: none;
}

h1.title {
    font-size: 37px;
}
h1.title, .title.h1 {
    margin-top: 0;
}
h1, .h1 {
    font-weight: 500;
}
h1, .h1, h2, .h2 {
    opacity: 1;
    color: var(--bs-body-color) !important
}

  
.release {
border-radius: 6px;
padding: 1rem;
margin-bottom: 1rem;
}

.release h2 {
margin-top: 0;
margin-bottom: 0em;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.25rem;
}

.release-date {
font-size: 0.875rem;
font-weight: 600;
}

.release ul {
padding-left: 2rem;
margin-bottom: 0em;
}

.release ul li {
margin-bottom: 0.25rem;
}

/* Gives some padding before the footer */
main {
    margin-bottom: 3em;
}

