.fw-400 {
	font-weight: 400;
}

.features-table {
	width: 100%;
	border: 1px solid #0000001A;
}

.features-table .table-cell {
	padding: 20px;
	vertical-align: middle;
}

.features-table .table-row {
	min-height: 100px;
	height: 100px;
}

.features-table .table-row .table-cell:first-of-type {
	border-right: 1px solid #0000001A;
	width: 40%;
}

.features-table .table-row.blue {
	background-color: #EDF7FC;
}



.banner {
	min-height: 500px !important;
	background-position: 75% 0% !important;
}
.banner.fw-bnr>.section-inner .col-wpr {
	background-color: initial !important;
}

.custom-card-1 {
	min-height: 325px !important;
}

.custom-card-2 {
	min-height: 440px !important;
}

@media only screen and (max-width: 639px) { 
	.custom-card-1, .custom-card-2 {
		min-height: initial !important;
	}
}

@media only screen and (max-width: 639px) { 
	.mob-text-center {
		text-align: center;
	}
	.mob-centered {
	    margin-left: auto !important;
		margin-right: auto !important;
	}
}