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

@media screen and (min-width: 1200px) {

    /* 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, svg {
    	max-height: 480px;
		width: auto;
  	}
	
	
    /* used in case study author section - from old site */
    /* .author-credit p {
        font-size: 1.6rem;
    }
    .author-credit .profile-img {
        margin-right: 20px;
    }
    .author-credit .profile-img img {
        width: 100px;
    } */
}
