.dizi-hero__wrapper {
	width: 100%;
	background-image: linear-gradient(0deg, #1e2935, #1d2d49);
	padding: 80px 20px;
}

.dizi-hero__wrapper h2 {
	font-size: 45px;
	font-weight: 700;
}

.dizi-hero__contents {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	max-width: 1240px;
	margin: auto;
}

/* .dizi-hero__contents .button:hover, .dizi-hero__contents .button:active, .dizi-hero__contents .button:focus {
	border-color: #e9892e;
	background-color: #e9892e;
} */

.dizi-content {
	width: 57.182320438000005%;
	padding: 0 20px;
	text-wrap: balance;
}

.dizi-logo {
	width: 40%;
}

/*--== Dizi Section Styling ==--*/
.gradient-text {
	background: linear-gradient(
		305deg,
		#3d67ff 0%,
		#d040c9 50%,
		#e8994e 80%
	),
		#fff;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

@media (max-width: 960px) {
	.dizi-hero__wrapper {
		padding: 60px 20px;
		padding-top: 40px;
	}
	.dizi-hero__contents {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
	}
	.dizi-content {
		width: unset; 
		padding: 0;
	}
	.dizi-logo {
		width: 100%;
	}
	.dizi-logo img {
		margin-bottom: 20px;
		height: 150px; !important;
		max-width: 350px !important;
		min-width: revert !important;
	}
}
/*--== End Dizi Section Styling ==--*/