	h1 {
		font-size: 4em;
		font-family: 'Red Hat Display', sans-serif;
		text-align: center;
		color:  #233966;
		margin-bottom: 80px;
	}

	h2 {
		font-size: 3em;
		font-family: 'Red Hat Display', sans-serif;
		text-align: center;
		color:  #4d7bd9;
	}

	p {
		font-size: 2em;
		font-family: 'Rubik', sans-serif;
	}

	hr {
		margin: 60px 0px;
	}

	.content {
		margin: 40px 40px 200px 40px;
		text-align: center;
	}


	.btn {
		display:block;
		background-color: #233966;
		color:  white;
		font-family: 'Rubik', sans-serif;
		font-size: 3em;
		border-radius: 20px;
		padding: 40px 20px;
		margin: 40px 0px;
		text-decoration: none;
	}

	.btn_call_to_action {
		background-color: #f76057;
	}



	.rs-icon {
		margin-right: 10px;
		width: 120px;
	}

	.external-link-icon {
		margin-left:  20px;
		margin-bottom: -10px;
		width: 60px;
	}
