h3 {
	margin-top: 2rem;
}

.mini-jpg {
	margin: 1em;
	/* width: 50px; */
	border: 0px;
	transition: all 0.3s ease-in-out;
}

.mini-jpg:hover {
	border: 1px solid #5d5d5d;
}

/* ------------------------------------------------ */
/* SECTION RULES */
/* ------------------------------------------------ */

.rules {
	background-color: #e5e5e5;
	margin-top: 80px;
	padding: 1rem;
	overflow-x: hidden;
}

.rules .question-contact p {
	margin: 0;
}

.rules h1 {
	/* font-size: 2.4411rem; */
	font-weight: 300;
	/* margin: 1em 0.5em 1em 0.5em; */
	text-align: left;
	/* text-transform: uppercase; */
}

.rules p {
	margin: 2rem 0 2rem 0;
}

.cennik-nazwa p,
.cennik-cena p {
	margin: 0;
}

.rules ol {
	list-style: decimal;
	margin: 1.6rem;
}

.rules ul {
	list-style: disc inside;
	margin: 0;
}

.rules .rules-title {
	margin: 0.5em 0.2em 0.5em 0.2em;
	text-align: left;
}

.rules-content {
	text-align: left;
	margin-bottom: 2em;
}

.rules-content p,
.rules-title p {
	margin: 0;
}

/* ------------------------------------------------ */
/* SECTION Q&A */
/* ------------------------------------------------ */

hr {
	height: 1px;
	background-color: #5d5d5d;
	border: 0;
}

/* --- MEDIA QUERIES --- */

/* Landscape phones and down */
@media (min-width: 481px) {
	.code-price-big {
		font-size: 1em;
	}
}

/* Landscape phone to portrait tablet */
@media (min-width: 769px) {
	.code-price-big {
		font-size: 1.4em;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1025px) {
	.code-price-big {
		font-size: 2em;
	}
}

/* XLarge screen */
@media (min-width: 1201px) {
	.rules {
		margin-top: 140px;
		/* padding-top: 3rem; */
	}
}
/* --- END MEDIA QUERIES --- */

.cennik-container {
	display: flex;
	justify-content: space-between;
	/* margin: 1em; */
}
.cennik-nazwa {
	width: 80%;
	margin: 1em;
}

.cennik-cena {
	margin: 1em;
	display: flex;
	width: 15%;
	justify-content: flex-end;
	flex-wrap: nowrap;
}

.white {
	background-color: #f5f5f5;
}

details {
	margin: 0 1rem;
	list-style: none;
}

details > summary {
	list-style: none;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
details > summary::-webkit-details-marker {
	display: none;
}

@media (min-width: 769px) {
}
