@import url('/css/animate.css');
.wow{animation-name:fadeInDown;-webkit-animation-name:fadeInDown;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-duration:1s;-webkit-animation-duration:1s}
.delay1{animation-delay:0.5s;-webkit-animation-delay:0.5s}
.delay2{animation-delay:1.0s;-webkit-animation-delay:1.0s}
.delay3{animation-delay:1.5s;-webkit-animation-delay:1.5s}
.delay4{animation-delay:2.0s;-webkit-animation-delay:2.0s}
.delay5{animation-delay:2.5s;-webkit-animation-delay:2.5s}
#maJJfo{
	padding: 60px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 2fr;
	gap: 20px 10px;
}
#maJJfo *{
	color: #616564;
	font-weight: 400;
}
#maJJfo .maJJitem{
    display: flex;
    flex-direction: column;
}
#maJJfo .maJJitem h5{
    font-size: max(1.5*(1vw + 1vh) / 2, 18px);
    font-weight: 500;
    color: #2b6159;
}
#maJJfo .maJJitem p{
    display: flex;
    align-items: center;
}


@media screen and (max-width:1024px){
	#maJJfo{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding: 20px 0;
}
}
