@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap');

.main-panel {
	background-color: white;
}

.content > .container-fluid {
	max-width: 1200px;
}

.content {
    font-size: 16px;
    line-height: 23px;
	color: #707070;
}

.content h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	/*font-size: 48px;*/
	font-size: 33px;
	line-height: 42px;
	color: gray;
	margin: 0;
	text-align: center;
	margin-bottom: 30px;
}

.content h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	/*font-size: 48px;*/
	font-size: 32px;
	line-height: 42px;
	/*color: #474141;*/
	color: black;
	margin: 0;
	text-align: center;
}

.caption-text {
	margin-top: 20px;
	margin-bottom: 70px;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul.shop-adv {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin-top: 50px;
	margin-bottom: 70px;
	/*width: 90%;*/
	margin-left: auto;
	margin-right: auto;
}

ul.shop-adv li {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 15px;
}

ul.shop-adv li h3 {
	margin: 0;
	color: #555555;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}

ul.hiw {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

ul.hiw h3 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
}

ul.hiw li {
	border-left: solid 15px;
	padding-left: 20px;
}

ul.hiw li:nth-child(1) {border-color: #347ecf;}
ul.hiw li:nth-child(1) h3 {color: #347ecf;}

ul.hiw li:nth-child(2) {border-color: #f06504;}
ul.hiw li:nth-child(2) h3 {color: #f06504;}

ul.hiw li:nth-child(3) {border-color: #78a52e;}
ul.hiw li:nth-child(3) h3 {color: #78a52e;}

ul.hiw li:nth-child(4) {border-color: #dab10c;}
ul.hiw li:nth-child(4) h3 {color: #dab10c;}

div.signup {
	margin-top: 70px;
	text-align: center;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.content h1 {
		font-size: 26px;
		/*margin-bottom: 20px;*/
	}
	.content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.caption-text {
		max-width: 100%;
	}
	ul.shop-adv {
		grid-template-columns: 1fr;
		margin-top: 30px;
	}
	ul.shop-adv li {
		grid-template-columns: 1fr;
		grid-gap: 3px;
	}
	ul.shop-adv li > div:nth-child(1) {
		margin: auto;
	}
	ul.hiw {
		grid-template-columns: 1fr;
		margin-top: 30px;
	}
	ul.hiw li {
		border-width: 10px;
	}
}
}