@media (min-width: 480px)  {
	
}

@media (max-width: 1465px)  {
	
}


@media (max-width: 1200px) {
    .img-hover-zoom {
		min-height: 300px; /* [1.1] Set it as per your need */
	}
}

@media (max-width: 992px)  {
	.img-hover-zoom {
		min-height: 225px; /* [1.1] Set it as per your need */
	}
}

@media (max-width: 768px)  {
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    padding-right: var(--bs-gutter-x,1rem);
	    padding-left: var(--bs-gutter-x,1rem);
	}

	.space-img  {
		margin-bottom:  25px;
	}

	
}

@media only screen and (max-width: 767px) and (min-width: 578px)  {
	.img-hover-zoom {
		min-height: 180px; /* [1.1] Set it as per your need */
	}
}

@media (max-width: 640px)  {
   h2.link-display  {
   	    font-size: 1.25em;
   }
   .pad-top-bottom {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
}