.design-block.small-card-links {
	width: 355px;
	height: 300px;
	box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.30);
	padding: 40px;
}

.design-block.small-card-links p {
	font-family: PrimaryFontBold !important;
	color: #00a3e0;
	margin-bottom: 20px !important;
}

.design-block.small-card-links a {
	color: #004986 !important;
	width: 100%;
    display: inline-block;
	margin-bottom: 25px;
	font-family: PrimaryFont !important;
}

.design-block.small-card-links a::after {
	content: ">";
	color: #00a3e0;
	padding-left: 10px;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	
	.design-block.small-card-links {
		width: 300px;
		height: 245px;
		padding: 30px;
	}
	
	.design-block.small-card-links p {
		margin-bottom: 15px !important;
	}

	.design-block.small-card-links a {
		margin-bottom: 20px;
	}
}