@media (max-width: 768px){
	h1{
		font-size: 26px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 20px;
	}
	h4{
		font-size: 18px;
	}
	h5{
		font-size: 16px;
	}
	.ih-item.square.effect3 .info{
		visibility: visible!important;
		opacity: 1!important;
		-webkit-transform: translateY(0)!important;
		-moz-transform: translateY(0)!important;
		-ms-transform: translateY(0)!important;
		-o-transform: translateY(0)!important;
		transform: translateY(0)!important;
		top: auto!important;
	}
	.logo_agile{
		margin-bottom:1rem;
	}
}



@media (min-width: 992px){
	.deal-card-body{
		min-height: 250px;
		max-height: 250px;
	}
}