/* For tablet landscape view */
@media only screen and (max-width: 1259px) {
	.techStack_development {
		margin-top: 4rem;
	}
	
	.techStack_development .blockchain-tech-lists, 
	.techStack_development .smartContract-tech-lists,
	.techStack_development .programming-tech-lists,
	.techStack_development .wallets-tech-lists,
	.techStack_development .frontend-tech-lists,
	.techStack_development .database-tech-lists,
	.techStack_development .cloud-tech-lists,
	.techStack_development .devops-tech-lists,
	.techStack_development .languages-tech-lists,
	.techStack_development .backend-tech-lists,
	.techStack_development .nativeApp-tech-lists,
	.techStack_development .hybrid-tech-lists {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 1.25rem;
	}
}

/* For tablet portrait view */
@media only screen and (max-width: 1023px) {
	.techStack_development .blockchain-tech-lists, 
	.techStack_development .smartContract-tech-lists,
	.techStack_development .programming-tech-lists,
	.techStack_development .wallets-tech-lists,
	.techStack_development .frontend-tech-lists,
	.techStack_development .database-tech-lists,
	.techStack_development .cloud-tech-lists,
	.techStack_development .devops-tech-lists,
	.techStack_development .languages-tech-lists,
	.techStack_development .backend-tech-lists,
	.techStack_development .nativeApp-tech-lists,
	.techStack_development .hybrid-tech-lists {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 1.25rem;
	}
	.techStack_development .tech-main-title {
    	font-size: 24px;
		line-height: 1;
	}
	.techStack_development .tech-sub-title {
		font-size: 16px;
	}
	.tech-divider {
		margin-block: 1.5rem;
	}
}

/* For mobile view */
@media only screen and (max-width: 767px) {
	.techStack_development .blockchain-tech-lists, 
	.techStack_development .smartContract-tech-lists,
	.techStack_development .programming-tech-lists,
	.techStack_development .wallets-tech-lists,
	.techStack_development .frontend-tech-lists,
	.techStack_development .database-tech-lists,
	.techStack_development .cloud-tech-lists,
	.techStack_development .devops-tech-lists,
	.techStack_development .languages-tech-lists,
	.techStack_development .backend-tech-lists,
	.techStack_development .nativeApp-tech-lists,
	.techStack_development .hybrid-tech-lists {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

/* For mobile small screen view */
@media only screen and (max-width: 640px) {
	.techStack_development .blockchain-tech-lists, 
	.techStack_development .smartContract-tech-lists,
	.techStack_development .programming-tech-lists,
	.techStack_development .wallets-tech-lists,
	.techStack_development .frontend-tech-lists,
	.techStack_development .database-tech-lists,
	.techStack_development .cloud-tech-lists,
	.techStack_development .devops-tech-lists,
	.techStack_development .languages-tech-lists,
	.techStack_development .backend-tech-lists,
	.techStack_development .nativeApp-tech-lists,
	.techStack_development .hybrid-tech-lists {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* For mobile extra small screen view */
@media only screen and (max-width: 426px) {
	.techStack_development .blockchain-tech-lists, 
	.techStack_development .smartContract-tech-lists,
	.techStack_development .programming-tech-lists,
	.techStack_development .wallets-tech-lists,
	.techStack_development .frontend-tech-lists,
	.techStack_development .database-tech-lists,
	.techStack_development .cloud-tech-lists,
	.techStack_development .devops-tech-lists,
	.techStack_development .languages-tech-lists,
	.techStack_development .backend-tech-lists,
	.techStack_development .nativeApp-tech-lists,
	.techStack_development .hybrid-tech-lists {
		grid-template-columns: 1fr 1fr;
	}
}