.glossary-related-terms {
    background-color: #f3f2f1;
    padding: 50px 0;
}

.glossary-related-terms .title {
    margin-bottom: 20px;
}

.glossary-related-terms .title h2 {
    font-weight: 500 !important;
    font-size: 30px !important;
    max-width: 760px !important;
    margin: auto !important;
    color: #316087 !important;
    font-family: merriweather, Sans-serif !important;
    text-align: center !important;
}

.glossary-related-terms ul {
    column-count: 3;
    list-style: inside;
    max-width: 1000px;
    margin: auto;
    padding: 0 50px 0 100px!important;
}

.glossary-related-terms ul li {
    font-family: Merriweather, sans-serif;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .glossary-related-terms ul {
        list-style: outside;
    }
}

@media (max-width: 768px) {
    .glossary-related-terms ul {
        column-count: 1;
        max-width: 400px;
        list-style: outside;
    }
}