.timp-boxes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: auto;
	row-gap: 10px;
	background-color: #b56444;
	background-image: url("/templates/timplatekairuru/img/woodenheader_rrs.jpg");
	overflow: hidden;
	padding: 15px 0;
}
.timp-boxes-item {
	width:90%;
	margin: auto;
	background-color: white;
	box-shadow: #0004 5px 5px 8px;
	border: #0004 1px solid;
	border-radius: 30px;
	height: 100%;
	text-align: center;
}

.timp-boxes-header {
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px;
}

.timp-boxes-content {
	margin-bottom: 10px;
}

.timp-boxes ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.timp-boxes-content ul a {
	color: initial;
}

@media screen and (max-width: 1350px) {
	.timp-boxes {
		grid-template-columns: 1fr;
	}
}
