.image {
    padding: 20px;
    margin-top: 20px;
}

h3 {
    font-size: 20px;
    /* color: #997944; */
}
h4{
    color: var(--bs-primary);
	font-weight: bold;
	font-family: "TrajanPro";
	margin-top: 3.3rem !important;
	margin-bottom: 1.3rem !important;
}

.tiki-page {
    padding: 20px;
    /* color: #997944; */
}

.tiki-page ul {
    list-style: disc !important;
}

.tiki-page h4 {
    text-decoration: underline;
    font-weight: bold;
}

.carousel .carousel-inner .carousel-item img {
    object-position: center 84% !important;
}