
.blog-list
{
	margin-bottom: 20px;
}

.blog-list img
{
	width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-list h4
{
	font-size: 18px;
}

.blog-list p
{
	font-size: 14px;
	line-height: 24px;
}

.blog-list p a
{
	color: #ec7d00;
}

.blog-list h5
{
	font-size: 12px;
	color: #4FB27E;
}

.blog-detail-img
{
	width: 500px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.blog-detail-img img
{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.blog-detail h4
{
	font-size: 18px;
}

.blog-detail p
{
	font-size: 14px;
	line-height: 28px;
}

.blog-detail h5
{
	font-size: 12px;
	color: #4FB27E;
}

.our-team-title
{
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 0px;
}

.our-team
{
	margin-bottom: 15px;
}

.our-team img
{
	width: 100%;
	height: auto;
}

.our-team h4
{
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

.our-team p
{
	font-size: 13px;
	text-align: center;
}