@media screen and (max-width: 955px) {

	.content-grid {
		--padding-inline: 3rem;
	}
	/* Flatten grids */
	.col2,
	.col3,
	.col4,
	.footerGrid,
	.priceCol.col2,
	.leftTextCommenting,
	.rightLeft.col2,
	.leftRight.col2
	{
		grid-template-columns: minmax(0, 1fr);
	}

	.hero:after {
		left: 50%;
		transform: translateX(-50%);
		width: 292px;
		height: 392px;
	}


	/* Footer */
	.footerGrid {
		grid-template-areas: "logo" "footermenu" "copy";
	}
	.footerGrid__menu {
		margin-top: 3rem;
		text-align: left;
	}

	.footerGrid__menu > nav > ul {
		justify-content: center;
		row-gap: 1rem;
		flex-direction: column;
		text-align: center;
	}
	.footerGrid__logo,
	.footerGrid__logo img{
		margin: 0 auto;
	}
	.copyright {
		text-align: center;
		margin-top: 2rem;
	}

	/* Typography */
	body, .field {
		font-size: 1.5rem;
	}

	h1 {
		font-size: 2.8rem;
	}

	.aiForm h2,
	.text-large {
		font-size: 1.5rem;
	}
	.section__header h2{
		font-size: 2.4rem;
	}

	/* Layout */
	.section--gap-l,
	.gradientBar {
		margin-bottom: 3rem;
	}
	.section--gap-m{
		margin-bottom: 0;
	}
	.buttonContainer {
		margin-top: 1.5rem;
	}

	.hero.buttonContainer{
		margin-top: 0;
	}

	.priceCol.col2 {
		grid-template-areas: "col1" "col2 ";
	}

	.feature {
		text-align: center;
	}
	.circle {
		margin: 0 auto;
	}
	.leftRight.col2,
	.rightLeft.col2
	{
		grid-template-areas: "textColumn" "imageColumn";
	}

	.headerGrid{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.onlyMobile{
		display: block;
	}
	.onlyLarge{
		display: none;
	}
	.menu-text {
		display: none;
	}

	.menu-icon {
		display: inline-block;
	}


	.slick-slide {
		margin: 0 5px; /* smaller gap for mobile */
	}

	.slick-list {
		margin: 0 -5px;
	}
	.hero {
		padding: 1rem 0 11rem;
	}
	.postBack{
		top: -30px;
	}
	.single-post  .mainContent{
		padding-top: 30px;
	}
	.hero-bottom-inner p,
	.hero-bottom-inner p *{
		line-height: 1.8;
	}
	.blogPageLogo,
	.single .blogPageLogo {
		grid-area: logo;
		justify-self: center;
		text-align: center;
	}
	.headerGrid {
		padding-inline: 3rem;
		margin-inline: auto;
	}
}

@media screen and (max-width: 480px) {

}
