.icon-column {
    border: 2px solid #244C8B !important;
    text-align: center;
    transition: .5s;
    width: 100% !important;
}

.icon-column:hover {
    background-image: linear-gradient(141deg, #002661 0%, #004EC7 100%) !important;
    transform: scale(0.98);
}
#products .av-section-color-overlay {
    background-color: transparent;
    background-image: linear-gradient(to top,#002661, rgb(0 38 97 / 85%), rgb(0 38 97 / 75%)) !important;
    opacity: 1;
}

#product_block .av-section-color-overlay {
    background-color: transparent;
    background-image: linear-gradient(to bottom,#002661, rgb(0 38 97 / 85%), rgb(0 38 97 / 75%), #002661) !important;
    opacity: 1;
}

.icon-column svg {
    margin-inline: auto;
    margin-bottom: 15px;
    fill: #fff;
	  width: auto;
    height: 60px;
}


/* Content Division */
.top0 .av-section-cont-open .av-content-full{
	padding-top:0px;
	
}
.red{
color:#DA2129;
font-weight:bold;
}

.black{
	color:#000;
	font-weight:bold;
}



/* 640px and smaller screen sizes */
@media (max-width:640px){

	/* Flex column table */
	#mobile-rev .clearfix .flex_column_table{
		display: flex;
		flex-direction: column-reverse;
	}
	
}
