.index-title {
	width: 150px;
	font-weight: bold;
	margin: 50px auto;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	text-align-last: justify;
	line-height: 1.8;
}

.index-title::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #0052d9;
	position: absolute;
	left: 0;
	bottom: 0;
	min-width: 35px
}

.index-carousel .carousel-item img {
	height: 700px;
}

.index-grid-card .grid-card-item {
	height: 400px;
}

.index-grid-card .grid-card-img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.index-grid-card .grid-card-content {
	height: 150px;
}

.index-grid-card .grid-card-date {
	position: relative;
	padding: 30px 10px 10px;
	text-align: left;
	font-style: italic;
	
}

.index-grid-card .grid-card-text{
	text-align: left;
	padding: 0 10px 10px;
}