.doc-section {
	background-color: #ffffff;
	padding-bottom: 75px;
}
.doc-card {
	background-color: #f2f2f2;
	border-radius: 5px;
	height: 360px;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
}
.doc-card:hover {
	transform: translateY(-10px);
}
.doc-label {
    color: #000000;
    font-size: 14px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
		text-align: center;
}
.doc-download-btn {
	display: block;
	width: 117px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	background-color: #313d4d;
	margin: 10px auto;
	color: #ffffff !important;
}

.example-block .doc-download-btn {
		color: #ffffff;
    font-size: 14px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
		display: flex;
		justify-content: center;
		align-items: center;
}

.doc-image {
	margin-top: 20px;
	height: 252px;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
}

.doc-item{
	border-radius: 5px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
		background-color: #f2f2f2;
}

@media (max-width: 768px) {
	.doc-item {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.doc-image {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.doc-item {
		width: 100%;
		height: auto;
	}
	.doc-image {
		width: 100%;
		height: auto;
	}
}