.news-wrapper {
	padding: 1vw 6vw;
}

.news-wrapper h2{
	font-size: 33px;
	font-weight: bold;
	color: #4186ba;
	padding: 3vw 0px;
	text-align: center;
}

.news-wrapper h2:before{
	content: "";
	display: block;
	width: 8em;
	max-width: 100%;
	border-bottom: 1px solid #4186ba;
	margin: 0em auto 0.1em;
}

.news-wrapper h2:after{
	content: "";
	display: block;
	width: 8em;
	max-width: 100%;
	border-bottom: 1px solid #4186ba;
	margin: 0.1em auto 0em;
}

.news-wrapper .members-only{
	margin-bottom: 15px;
	font-weight: bold;
}

.news-wrapper .download{
	margin-bottom: 10px;
}

.news-wrapper ul {
	list-style: inside;
	margin-left: 2vw;
}

.news-wrapper ul li{
	margin-bottom: 5px;
}

.news-wrapper .not-member{
	margin-top: 20px;
}

.builders-wrapper{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	margin: auto 15vw;
	grid-row-gap: 2vw;
	color: white;
}

.builders-flex{
	display: inline-flex;
	text-align: initial;
}

.builders-top{
	grid-column: span 12;
	background: #f5943e;
   	border: 10px solid #f5943e;
	border-radius: 15px;
}

.builders-top .builders-inner{
	margin: 10px;
}

.builders-inner{
	flex-direction: column;
}

.members-only, .download{
	margin-left: 2vw;
}

.builders-bottom{
	grid-column: span 12;
	background: #3e94ce;
	border: 10px solid #3e94ce;
	border-radius: 15px;
}

.builders-bottom .builders-inner{
	margin-left: 2vw;
	justify-content: space-evenly;
	align-items: center;
	flex-grow: 1;
}

.builders-list {
  column-count: 2;
  list-style-type: none;
}

.builders-bottom h1{
	font-size: 44px;
	font-weight: bold;
}

.builders-bottom h3{
	font-size: 22px;
	font-weight: bold;
}

.builders-bottom a{
	color: #f5943e;
}

/* Mobile */
@media all and (max-width: 630px) {
	.builders-wrapper {
    	margin: auto 2vw;
	}
}

/* Mobile */
@media all and (max-width: 430px) {
	.builders-wrapper {
    	margin: auto auto;
	}

	.builders-flex{
		flex-direction: column;
    	text-align: center;
	}
}