/* Tutaj jest miejsce na Twoje style */
/* STYLE SEKCJI TOP HEADER */

.top__wrapper {
	height: 800px;
	align-items: start;
	padding-top: 120px;
	background-color: #000;
	text-align: center;
	justify-content: center;
}

@media (width > 992px) {
	.top__wrapper {
		align-items: center;
	}
}

@media (width < 992px) {
	.top__copy--left {
		align-items: center;
		text-align: center;
		margin: 0 auto;
	}
}

.top__wrapper--2 {
	background-image: url(../../img/main/kv-konkursx748.jpg);
	background-position: bottom;
}

.top__copy {
	width: 90%;
}
.top__copy p {
	color: white;
	margin-top: 5px;
	font-size: 18px;
}
.cta-showall {
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

/* STEPS INSTRUCTION */

.steps__card {
	max-width: 1200px;
}
.steps__card h4 {
	margin-bottom: 30px;
}

.cta-statute {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* ai 8k section */
.samsung-elements {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.samsung-element {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	justify-content: space-between;
}

.samsung-element h4 {
	text-align: center;
}

.element-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 25%;
}
.element-header h4 {
	font-size: 18px;
}
.element-copy {
	width: 70%;
}
.element-header img {
	max-width: 80px;
}

.second-samsung {
	display: flex;
	flex-direction: row-reverse !important;
}

/* FREESTYLE GRATIS BG */
.freestyle-gratis {
	background-color: #0081fa6b;
	padding: 30px;
	border-radius: 0 0 16px;
}
@media (min-width: 999px) {
	.top__wrapper--2 {
		background-image: url(../../img/main/cos.jpg);
		background-size: cover;
	}
	.top__wrapper {
		height: 800px;
	}
	.top__copy {
		width: 50%;
	}
	.top__copy h1 {
		font-size: 36px;
	}
	.top__copy p {
		font-size: 20px;
	}

	.col-sm-4 {
		width: 24%;
	}
}

/* awards */

.bg-green {
	background: #96d453;
	color: #fff !important;
	border-radius: 0 0 16px 16px;
	margin-bottom: 80px;
}

.bg-green p {
	margin-bottom: 0;
	color: #fff !important;
	font-size: 1.1rem;
}

.bg-green img {
	max-height: 200px;
	padding-bottom: 10px;
}

.big-text {
	font-size: 4.5rem !important;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.medium-text {
	font-size: 2.8rem !important;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.button-wrapper {
	display: flex;
	justify-content: center;
	gap: 40px;
}

@media (width < 750px) {
	.button-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}
