.statement-item h3, h2.year {
	    font-family: Lexend;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.statements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .statements-grid {
        grid-template-columns: 1fr; /* Single column layout */
    }
}

.statement-item {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
        background: #e5e3d0;
    border-radius: 5px;
}

.statement-item h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.statement-item p {
    font-size: 1em;
    color: #000000;
	text-align: left;
	margin-top: 5px !important;
}

.statement-item a {
    display: inline-block;
    margin-top: 10px;
    color: #000000;
    text-decoration: none;
}

.statement-item a:hover {
    color: #005177;
    text-decoration: underline;
}

h2.year {
    margin-bottom: 20px;
}

[lang="he-IL"] .templo p {
	margin-top: 2px !important;
}

[lang="ar"] .statement-item p {
	margin-top: 0px !important;
}