@media all and (max-width: 1024px) {
	.crypto-wallet-card-container .wp-block-columns {
		width: 50%;
	}
	.crypto-why-chose-us-card-container .wp-block-columns {
		width: 50%;
	}
}

@media all and (max-width: 767px) {
	.crypto-wallet-card-container .wp-block-columns {
		width: 100% !important;
	}
	.crypto-why-chose-us-card-container .wp-block-columns {
		width: 100%;
	}
	.development-company-choose h2 {
		font-size: 1.5rem;
		line-height: normal;
	}
	.crypto-wallet-development-service h2 {
		font-size: 1.5rem;
		line-height: normal;
		margin-bottom: 1rem;
	}
	.crypto-why-choose-us-section.why-choose-us-section h2 {
		font-size: 1.5rem;
		line-height: normal;
	}
	.crypto-why-choose-us-section.why-choose-us-section p {
		font-size: 1rem;
	}
	#crypto_process_responsive h2 {
		letter-spacing: normal;
		font-size: 1.5rem;
		text-align: center;
	}
	#crypto_process_responsive p {
		font-weight: 400;
		letter-spacing: normal;
		font-size: 1rem;
		line-height: normal;
		text-align: center;
		color: var(--white-85);
	}
	#crypto_process_responsive .responsive-flow-section p {
		text-align: left;
	}
}
@media all and (max-width: 600px) {
	.crypto__exchange__development{
		margin-top: 3.5rem !important;
	}
}