/* Tutaj jest miejsce na Twoje style */
body {
	background-color: #040811;
	color: #040811;
}
.top__wrapper--2 {
	background-image: url("../../img/main/bg-2.jpg");
	min-height: 55vh;
}

p {
	color: #949fb8;
}

h3 {
	color: #eaedee;
}

.top__wrapper,
.top {
	border-radius: 0;
}

.top__wrapper {
	background-position: center left;
}

.header #vendor {
	height: 25px;
}

img.section-2-logo {
	max-width: 150px;
}

@media (min-width: 576px) {
	.header #vendor {
		height: 35px;
	}

	.top__wrapper {
		background-position: center center;
	}

	img.section-2-logo {
		max-width: 300px;
	}
}

img.section-2 {
	width: 100%;
	max-width: 300px;
	height: auto;
	/* position: relative;
	top: -10%; */
}

.section-2-main-copy {
	max-width: fit-content;
	padding-top: 30px;
}

.background-section-3 {
	background: linear-gradient(
		0deg,
		rgba(23, 28, 40, 0) 10%,
		rgba(23, 28, 40, 1) 90%
	);
	border-radius: 15px;
}

.main__wrapper {
	max-width: none;
	align-items: stretch;
}

.section {
	margin: 50px 0;
}

.top__wrapper--4 {
	background-image: url("../../img/main/bg.png");
}
