.card:hover img{
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg) !important;
}
.card:hover .card--text{
	background: #074299 !important;
}
.card:hover .card--text p{
	color: #fff;
}
.card:hover .card--text::after{
	border-left: 30px solid #074299;
}
.card--text{
    height: -webkit-fill-available !important;
}
.card--text::after{
    content: '';
    position: absolute;
    z-index: 9;
    bottom: 0em;
    right: 0;
    width: 0;
	transition: all 0.4s ease 0s;
    border-bottom: 30px solid #FFF;
    border-left: 30px solid #F2F3EC;
}

.service--img img{
	outline: 2px solid #074299;
	outline-offset: 5px;
}
