.offers {
	width: 100%;
	margin: var(--py-section-medium) 0;
}

.offers-list {
	display: grid;
	margin: 25px 0;
	grid-gap: 15px;
}

@media screen and (min-width: 768px) {
	.offers-list {
		display: grid;
		margin-bottom: 35px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1025px) {
	.offers-list {
		margin-top: 40px;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 25px;
	}
}
