/* Tutaj jest miejsce na Twoje style */

.top__wrapper {
	background-image: url(../../img/main/bg-new_upscayl_2x_realesrgan-x4plus.jpg);
}

.main__image img {
	box-shadow: unset;
}

.for-music {
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	padding: 21px;
	flex-direction: column;
}

.for-music-header {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.for-music-header img {
	width: 100%;
	max-width: 400px;
}

.for-music-cards {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.for-music-card {
	width: 100%;

	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	max-height: 540px;
}
.for-music-card img {
	width: 100%;
	margin-bottom: 10px;
	max-height: 400px;
}
.for-music-card h2 {
	margin-bottom: 10px;
}

@media (min-width: 996px) {
	.for-music-cards {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.for-music-card {
		width: 47%;
		margin: 10px;
		padding: 10px;
	}
}

.spec {
	max-width: 1320px;
	margin: 0 auto;
}

.spec-cards {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.spec-card {
	width: 100%;
	padding: 21px;
	display: flex;
	flex-direction: column;
}
.spec-card img {
	margin-bottom: 10px;
	max-height: 400px;
}
.spec-card h2 {
	margin-bottom: 10px;
}

@media (min-width: 996px) {
	.spec-cards {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.spec-card {
		width: 30%;
	}
}

.main__wrapper {
	max-width: 1320px;
}
