/**
 * Theme Name: Project name
 * Author: Client name
 * Version: 99.0
**/

.page-id-231 .top-wrapper,
.privacy-policy .top-wrapper {
	    min-height: 0;
}

html[lang="en-US"] body .tech-item {
	direction: ltr;
	text-align: left;
}

.tech-item {
	background: #fff;
	border-radius: 0; 
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
	color: #5D4037; 
}

.tech-item h2 {
	color: #5D4037;
	font-weight: 400;
	font-size: 2rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
}

.tech-content h3, 
.tech-content h4, 
.tech-content strong {
	color: #5D4037;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1rem;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	display: block;
	padding-left: 1rem; 
}

.tech-content ul {
	list-style-type: disc;
	padding-left: 2.5rem;
	margin-bottom: 1.5rem;
}

.tech-content li {
	font-weight: 300; 
	font-size: 1.05rem;
	margin-bottom: 0.3rem;
}

.wpcf7-response-output {
	text-align: center;
}