.accordion-body {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/ /* Center horizontally */
    /*align-items: center;*/ /* Center vertically */
}

.box {
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    max-width: 320px;
    margin: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 1px 1px 1px #ccc;
    background-color: #F0FFF0;
}

.box h2 {
    text-align: center;
    background-color: blue;
    color: black;
    padding: 20px;
    margin: 0;
    border: 2px solid black;
    font-size: 20px;
}

.box h2 a {
    color: #ffffff;
    text-decoration: none;
}

.box h2 small {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: white;
}

.box .align-center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
    padding-bottom: 10px;
}
