body {
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
}
.c-container {
	margin: 0 auto;
	max-width: 980px;
}
.c-color {
	color: #5f47ff;
}
.header {
	padding: 15px;
	border-bottom: 1px solid #dfdfdf;
}
.header-logo {
	width: 180px;
}
.header-cta {
	background-color: #5f47ff;
	display: block;
	margin: 0 auto;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	max-width: 250px;
	border-radius: 6px;
	float: right;
}
.header-cta:hover {
	background-color: #341BD9;
	transition: all .5s;
}
.mid-section {
	margin-top: 20px;
}
.date p {
	font-size: 14px;
	text-align: center;
	color: #555;
}
.heading {
	font-size: calc(18px + 1.5vw);
	font-weight: bold;
	margin-bottom: 25px;
}
.sub-heading {
    text-align: center;
    font-size: 14px;
    color: #555;
}
.mid-section .list-1 li {
	margin-bottom: 10px;
}
.cta {
    background-color: #5f47ff;
    display: block;
    margin: 40px auto 0px auto;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    max-width: 650px;
    border-radius: 6px;
}
.cta:hover {
	background-color: #341BD9;
	transition: all .5s;
}
.footer {
	background-color: #222;
	padding: 50px 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 200px;
}
.footer-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
.footer-links a {
	color: #fff;
}
.footer-links a:visited {
	color: #fff;
}

@media screen and (max-width:500px){
.header-cta {
	background-color: #5f47ff;
	display: block;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	max-width: 250px;
	border-radius: 6px;
	float: right;
}
.header-logo {
    width: 150px;
}
}
