.vouchers{
	justify-content: space-between;
	grid-template-columns: repeat(3, calc((100% - 60px)/3));
	grid-row-gap: 35px;
}
.vouchers .item{
	border-radius: 4px;
	box-sizing: border-box;
}
.vouchers .item .text-heading-2{
	color: #000;
}
.vouchers .item img{
	width: 100%;
}
.vouchers .item .button3{
	display: block;
	width: 100%;
}

.pagination{
	justify-content: end;
}