
@media screen and (max-width: 825px)
{
	.shoptet h3 br{
		display: block;
		}
}



@media screen and (max-width: 780px)
{
	.shoptet-cols{
		flex-wrap: wrap;
		}

	.shoptet-col{
		width: 47%;
		}

	.shoptet-cols .shoptet-col:nth-of-type(3){
		width: 50%;
		margin: 30px auto auto;
		}

	.shoptet-examples{
		width: 90%;
		}
}



@media screen and (max-width: 525px)
{
	.shoptet-col{
		width: 90%;
		margin: 30px auto auto;
		}

	.shoptet-cols .shoptet-col:nth-of-type(3){
		width: 90%;
		}
}



@media screen and (max-width: 485px)
{
	.shoptet h3{
		font-size: clamp(1.4rem, 8.0cqw, 2.25rem);
		}
}



@media screen and (max-width: 390px)
{
	.shoptet h4{
		font-size: 1.35rem;
		}
}