.taxonomy_grid_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
}
.taxonomy_grid {
    width: 300px;
    text-align: center;
}
.taxonomy_thumbnail {
    width: 90%;
    height: auto;
    max-width: 300px;
    max-height: 300px;
}
.taxonomy_thumbnail:hover {
    opacity: .7;
}
h3.taxonomy_title {
    margin-top: 10px;
}
h3.taxonomy_title a {
    text-decoration: none !important;
}
p.taxonomy_des {
    text-align: justify;
}