/* CSS for Tablet View */
/* Page Type: Global */

@media screen and (min-width: 768px) and (max-width: 1199.98px) {

    /* Footer CTA Strip */
    .sec-footer-cta-cto {
        padding: 70px 0px 70px 0px;
        --gap: 0px;
        --widgets-spacing: 0px;
    }
    .sec-footer-cta-cti {
        padding: 0px 0px 0px 0px;
        --gap: 30px;
        --widgets-spacing: 30px;
    }

	
	/* For Product Inner pages, banneer, text part gap */
	.prod-inr-ban-sec-body-ct-gp {
		--gap: 60px;
	}
	
	
	/* content image height - products */
	.sec-body-ct-wd img {
    	max-height: 480px;
		width: auto;
  	}
	

    /* used in case study author section - from old site */s
    /* .author-credit p {
        font-size: 1.6rem;
    }
    .author-credit .profile-img {
        margin-right: 20px;
    }
    .author-credit .profile-img img {
        width: 100px;
    } */
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) and (orientation: landscape) {

}
