.rate-range {
	background-color: transparent;
	height: 30px;
}

.range-name {
	position: absolute;
	margin-top: -25px;
	font-size: 18px;
}

.rate-indicator-left {
	position: absolute;
	margin-top: 25px;
}

.rate-indicator-right {
	position: absolute;
	right: 30px;
	margin-top: -25px;
	padding-left: 8.5px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	width: 28px;
	height: 28px;
	background-color: #0d6efd;
	border-radius: 14px
}

.file-download {
	width: 120px;
	height: 200px;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 15px;
	padding: 10px;
	transition: 0.2s;
	cursor: pointer;

}

.file-download:hover {
	background-color: #efefef;
	transition: 0.2s
}

.file-download img {
	width: 100%;
}

.card-title a {
	color: #000;
}

.card-title a:hover {
	text-decoration: underline;
}
