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

.top__wrapper--2 {
	background-image: url(../../img/main/kv480.jpg?v1.1);
	background-position: 70%, center;
}

.top__copy {
	width: 90%;
}
.top__copy p {
	color: white;
	margin-top: 5px;
	font-size: 18px;
}
/* STYLE CTA HEADER */
.cta {
	background-color: black;
}
.cta:hover {
	background-color: rgb(48, 48, 48);
}

.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: 16px;
}
@media (min-width: 999px) {
	.top__wrapper--2 {
		background-image: url(../../img/main/kv960.jpg?1.1);
	}
    .top__wrapper{
        height: 680px;
    }
	.top__copy {
		width: 50%;
	}
	.top__copy h1 {
		font-size: 36px;
	}
	.top__copy p {
		font-size: 20px;
	}

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