body {
	background-size: cover !important;
	min-height: 100vh !important;
	padding: 5px 0 !important;
	background: url('https://agro-inform.uz/bg.png') no-repeat fixed center;
}


.pkp_structure_page {
	backdrop-filter: blur(20px);
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	overflow: hidden;
}

.top-head h5 {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 0.5;
	margin: 1rem;
}

.banner {
	background-image:
			linear-gradient(to left, rgba(255, 255, 255, 0.3), rgb(19, 65, 117)),
			url('https://agro-inform.uz/bg2.png');
	height: 300px;
	background-size: cover;
	color: white;
	/*padding: 20px;*/
}

.pkp_site_name {
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

.article-title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}