.work {
	padding: 4rem 0;
	position: relative;
}

.work__image_container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.work__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.work__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3rem;
}

.work__button_container {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}

.work__button {
	justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.work__button:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
	.work__cards {
		justify-content: space-evenly;
		padding: 0 6vw;
	}
}
