#about-section {
	height: 750px;
	width: 100%;
	background: #282828;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}

#about-header {
	color: white;
	margin: 15px 0 45px 0;
}

#about-logo {
	width: 200px;
	height: 200px;
}

#about-text-area {
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0 35px 0;
	width: 60%;
	height: auto;
	padding: 15px;
	background: #424242;
}

#about-text {
	color: white;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

#latest-nfts-section {
	width: 100%;
	height: 700px;
	background: #323232;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}

#latest-nfts-header {
	color: white;
	margin: 0 0 45px 0;

}

#latest-nfts-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}

.Nfts {
	width: 200px;
	height: 75%;
	margin: 0 35px 0 0;
	background: #424242;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.NFTs-imgs {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.NFTs-names {
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0 0 0;
	color: white;
}

.NFTs-price {
	
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.NFTs-price-texts {
	font-size: 16px;
	margin: 10px 0 0 0;
	color: white;
}

.NFTs-price-img {
	width: 20px;
	margin: 10px 0 0 5px;
}

#about-CWC-section {
	height: 750px;
	width: 100%;
	background: #282828;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}

#about-CWC-header {
	color: white;
	margin: 15px 0 45px 0;
}

#about-CWC-text-area {
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 25px 0 35px 0;
	width: 60%;
	height: auto;
	padding: 15px;
	background: #424242;
}

.about-CWC-text {
	color: white;
	font-size: 16px;
	line-height: 30px;
}

#about-CWC-text-area p {
	text-align: center;
 }

 @media(max-width: 450px) {
	#logo-img {
		width: 75px;
		height: 75px;
	}
	.header-texts {
		font-size: 12px;
	}
	#site-header {
		height: 200px;
	}
	#header-items {
		height: 200px;
		width: 85%;
		margin: 0 0 10px 0;

	}

	#about-header {
		text-align: center;
	}

	#about-logo {
		width: 100px;
		height: 100px;
	}

	#latest-nfts-section {
		height: 1275px;
	}

	#latest-nfts-header {
		text-align: center;
	}

	#latest-nfts-container {
		flex-direction: column;
		height: auto;
	}

	#about-text-area {
	width: 90%;
	}

	.Nfts {
		margin: 15px 0 15px 0;
	}

	#about-CWC-text-area {
		width: 90%;
		margin: 15px 0 15px 0;
	}

	.about-CWC-text {
		font-size: 14px;
	}
	#about-CWC-section {
		height: 890px;
	}

}