main .content .main-content-wrapper {
	 max-width: initial;
}

/*ul#atoz {*/
/*    display: flex;*/
/*    list-style: none;*/
/*    gap: 0.5rem;*/
/*    padding-inline: 0;*/
/*}*/

/*ul#atoz li {*/
/*    display: inline-block;*/
/*    box-sizing: border-box;*/
/*    text-align: center;*/
/*}*/
.accordion__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0 2rem;  
}


.accordion__content h3 {
    border-bottom: 1px solid #999;
    margin-top: 0;
}

.accordion__content ul {
    list-style: none;
    padding: 0;
}

h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background: rgb(118,35,47);
    background: linear-gradient(129deg, rgba(118,35,47,1) 0%, rgba(193,47,65,1) 100%);
}

main a[href$=".pdf"]::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    content: "\f1c1";
    padding-left: 4px;
    color: #777;
}