// =====section page not found starts=====
.page-not-found{
	img{
		width: 40%;
		@include breakpoint (smaller)
		{
			width: 60%;
		}
	}
	h2{
		color: #555;
		margin: 2rem auto;
		font-weight: 600;
		@include breakpoint (medium)
		{
			font-size: 26px;
		}
		@include breakpoint (small)
		{
			font-size: 24px;
		}
		@include breakpoint (smaller)
		{
			font-size: 18px;
			margin: 1rem 0;
		}
	}
}
// =====section page not found ends=====