.rpt{
	width: 30%;
	margin: 10%;
}
.rpt-img{
	width: 100%;
	box-shadow: 0px 0px 0px black;
}
.hvc-b{
	display: flex;
	justify-content: center;
	width: 100%;
}
.hvc-a{
	width: 30%;
	display: flex;
	justify-content: center;
}
.bst{
	width: 200px;
	height: 200px;
	padding: 10px;
	border-radius: 10px;
	margin: 10px;
	background-size: auto 100%;
	color: black;
	background-image: url('/static/agriculture.png');
}
.bst-tt{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.bsd2{
	width: 200px;
	border-radius: 10px;
	margin: 20px;
	background-size: auto 100%;
	color: black;
	text-align: center;
}
.bsd-img{
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	object-fit: cover;
}
.bst-tt{
	text-align: left;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.bst-tt2{
	text-align: center;
	font-weight: bold;
	width: 200px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 700px) {
	.hvc-a{
		width: 100%;
	}
	.rpt{
		width: 30%;
		margin: 10%;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.hvc-b{
		text-align: center;
		display: block;
		width: 100%;
	}
	.hvc-d{
		display: flex;
		justify-content: center;
	}
	.bd{
		width: 46%;
		margin: 2%;
	}
	.bst{
		width: 85%;
	}
	#s{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.bsd-img{
		width: 100%;
	}
	.bsd2{
		width: 96%;
		margin: 2%;
		padding: 0px;
	}
	.bst-tt2{
		width: 100%;
		font-size: 12px;
		padding-bottom: 20px;
	}
}