.download-template .features-list {
	margin-top: 59px
}

.download-template .features-list ul {
	background: #f7f9fc;
	list-style: none;
	padding: 0;
}

.download-template .features-list li {
	height: 44px;
	padding: 0 10px;
	font-size: 15px;
	border-top: 1px solid #eef3f9;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.download-template .features-list li:nth-child(odd) {
	background: #fdfefe
}

.download-template .features-list .help {
	position: absolute;
	top: 20%;
	transform: translate(-55%, -100%);
	left: 100%;
	width: 200px;
	background: #024681;
	color: #fff;
	border-radius: 4px;
	padding: 10px 15px;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	font-size: 14px
}

.download-template .features-list .icon {
	width: 20px;
	height: 20px;
	color: rgba(2, 59, 109, .45);
	transition: .3s;
	cursor: help
}

.download-template .features-list .icon:hover {
	color: #009bd9
}

.download-template .features-list .icon:hover+.help {
	top: -10%;
	visibility: visible;
	opacity: 1
}

.download-template .licenses .title {
	padding: 15px;
	text-align: center;
	background: #47b2e4;
	border-radius: 4px 4px 0 0;
	overflow: hidden
}

.download-template .licenses .title h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	color: #fff
}

.download-template .licenses .title span {
	display: block;
	color: #555;
	font-size: 14px;
	font-style: italic
}

.download-template .licenses .price {
	text-align: center;
	padding: 15px;
	background: #f7f9fc;
	height: 105px;
	overflow: hidden
}

.download-template .licenses .price h3 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	color: #023b6d;
	font-weight: 500
}

.download-template .licenses .price h3 sup {
	margin-right: -8px;
	font-size: 24px
}

.download-template .licenses .price h3.old-price {
	color: #999;
	position: relative;
	font-size: 28px;
	margin-right: 5px;
	font-weight: 400
}

.download-template .licenses .price h3.old-price sup {
	margin-right: -8px;
	font-size: 18px
}

.download-template .licenses .price h3.old-price:after {
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	position: absolute;
	top: 0;
	left: -2px;
	border-bottom: 3px solid rgba(255, 40, 28, .45);
	transform: rotate(-15deg)
}

.download-template .licenses .price span {
	display: block;
	color: #888;
	font-size: 13px;
	font-style: italic;
	line-height: 16px
}

.download-template .licenses .features {
	background: #f7f9fc
}

.download-template .licenses .features ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

.download-template .licenses .features li {
	padding: 10px;
	font-size: 15px;
	border-top: 1px solid #eef3f9;
	font-weight: 600
}

@media (min-width:1200px) {
	.download-template .licenses .features li {
		height: 44px;
		font-weight: 400
	}

	.download-template .licenses .features li:nth-child(odd) {
		background: #fdfefe
	}
}

.download-template .licenses .features li .feature-title {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 400
}

.download-template .licenses .features li .feature-title s {
	color: #999
}

.download-template .licenses .features .icon {
	width: 20px;
	height: 20px
}

.download-template .licenses .features .icon-check {
	color: #00c560
}

.download-template .licenses .features .icon-close {
	color: red
}

.download-template .licenses .action {
	padding: 10px;
	border-radius: 0 0 4px 4px;
	border-top: 4px solid #fff;
	text-align: center;
	background: #eef3f9
}

.download-template .licenses .action div {
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 8px
}

.download-template .licenses .action a {
	display: flex;
	padding: 12px 0;
	font-size: 15px;
	border-radius: 3px;
	transition: .3s;
	color: #fff;
	margin: 10px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	background: #035195;
	line-height: 0
}

.download-template .licenses .action a .icon {
	width: 20px;
	height: 20px;
	margin-right: 6px
}

.download-template .licenses .action a:hover {
	color: #fff;
	background: #0364b8;
	box-shadow: 0 6px 15px 0 rgba(2, 59, 109, .25)
}

.download-template .licenses .action a.buy {
	background: #00c560
}

.download-template .licenses .action a.buy:hover {
	background: #00d96a;
	box-shadow: 0 6px 15px 0 rgba(0, 197, 96, .25)
}

.features ul {
    list-style-type: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
}

.features li {
    display: flex;
    align-items: center;
    justify-content: center; /* Centers the content horizontally */
    text-align: center;
    padding: 10px 0;
}

.features li svg {
    margin-right: 10px; /* Space between the icon and text */
}

.features .feature-title {
    flex: 1; /* Ensure the text spans the remaining width */
    text-align: center; /* Center the text */
}
