/*---	Module Quick Links Ends	---	*/
.module_quick_links_wrapper .quick_links_inner{
    min-height: 288px;
	padding: 30px 40px 45px 30px;
}
.module_quick_links_wrapper .quick_links_inner a.cta{
    max-width: max-content;
    text-transform: capitalize;
    letter-spacing: 1px;
} 
.module_quick_links_wrapper .quick_links_inner:before{
	content:'';
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	transition:var(--base-transition);
    background: var(--gradient-secondary-linear);
    opacity: 1;
    visibility: visible;    
}
.module_quick_links_wrapper a.quick_links_icon {
	position:unset;
	font-size: 2.8rem;
}
.module_quick_links_wrapper .quick_links_inner i {
	font-size:2.8rem;
	margin-top: 25px;
}
a.quick_links_icon:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: transparent;
}
.module_quick_links_wrapper .quick_links_inner .quick_links_icon i.icon-velo:before{
	background-position: center;
    width: 18vw;
}
@media screen and (min-width: 576px) and (max-width: 767px){
	.module_quick_links_wrapper .quick_links_inner_wrapper [class*="col-"]:nth-child(n + 3), .press_release_module_wrapper .press_release_wrapper [class*="col-"]:nth-child(n + 3)  {
		margin-top: 20px
	}
}
@media screen and (max-width: 576px){
	.module_quick_links_wrapper .quick_links_inner_wrapper [class*="col-"]:nth-child(n + 2), .press_release_module_wrapper .press_release_wrapper [class*="col-"]:nth-child(n + 2) {
		margin-top: 20px
	}
}
/*---	Module Quick Links Ends	---	*/

