section.aurora-buttons{
	padding:0 6%;
	margin: 30px 0 80px;
	display: flex;
	width: 100%;
	position: relative;
	flex-direction: column;
	justify-content: center;
}

section.aurora-buttons .max-width {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 6%;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	max-width: 1200px;
}

.aurora-buttons-urls {
	width: 100%;
	  position: relative;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-evenly;
	  margin: 10px 0 0 0;
}

section.aurora-buttons a.button {
	margin: 5px 1%;
}

section.aurora-buttons a.button:nth-of-type(1) {
	background: #f39500;
}

section.aurora-buttons a.button:nth-of-type(2) {
	background: #ed6514;
}

section.aurora-buttons a.button:nth-of-type(3) {
	background: #ce303b;
}

section.aurora-buttons a.button:nth-of-type(4) {
	background: #82286f;
}

section.aurora-buttons a.button:nth-of-type(5) {
	background: #3b57a2;
}

section.aurora-buttons a.button:nth-of-type(6) {
	background: #0c8da6;
}

section.aurora-buttons a.button:hover {
  filter: brightness(1.3);
 }

@media screen and (max-width:1080px){
	section.aurora-buttons .max-width{
		justify-content: flex-start ;
		text-align: left;
	}
	
	.aurora-buttons-urls {
		  justify-content: flex-start;
	  }
}

@media screen and (max-width:769px){
	
}

