.space-shortcode-wrap .space-organizations-3-archive-item-button-ins a:last-child, .space-shortcode-wrap .space-organizations-4-archive-item-button-one-ins a, .space-shortcode-wrap .space-organizations-4-archive-item-button-one-ins a {
    color: #6a6a6a !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}

.space-page-content .space-organizations-3-archive-item-button-ins a:first-child{
     color: #ffffff !important;
     background-color: #258f52 !important;
}

.ttl-spacing-bottom-40{
	margin-bottom: 40px;
}

.space-organizations-7-archive-item-terms strong,
.space-organizations-3-archive-item-terms-ins strong {
    font-size: 18px !important;
}

@media only screen and (max-width: 479px)
.space-organizations-3-archive-item-count {
    left: 15px !important;
    right: auto;
}

.related-pages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}

.related-page {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: black;
	 font-weight: bold;
    border: 2px solid black;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.related-page a {
    text-decoration: none;
    color: black;
}