/*
	Theme Name: Comunica
	Theme URI: https://comunica.com
	Author: Boon Band
	Author URI: https://boon.band
	Description: Professional translation and localization services theme
	version: 1.0
 */

 .expertise-card--green:hover{
	background-color: #099E56;
	color: white;
	transition: all 0.3s ease;
 }
 .expertise-card--red:hover{
	background-color: #CB0001;
	color: white;
	transition: all 0.3s ease;
 }
 .expertise-card--pink:hover{
	background-color: #FFC1D9;
	transition: all 0.3s ease;
 }

 .expertise-card--green:hover img,
 .expertise-card--red:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.page-heading .h1~*, .page-heading h1~* {
    max-width: 100%;
}