@import url('https://fonts.googleapis.com/css2?family=Redressed&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,700&display=swap');
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #8e43e7;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #82B60B;
}

button:focus {
	outline: none;
}


.button {
	padding: 16px 30px;
	display: inline-block;
	letter-spacing: 2px;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 15px;
	color: #fff;
	background-color: #85ccce;
	border-color: #85ccce;
	border: 1px solid #85ccce;
}

.button:hover {
	color: #fff;
	background-color: #516afc;
	border-color: #516afc;
}

.button:focus,
.button.focus {
	color: #fff;
	background-color: #85ccce;
	border-color: #85ccce;
}

.main-content {
	margin-top: 50px;
}

h5.sub-title {
	color: #8c89a2;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.main-img {
	text-align: center;
	margin:auto;
}

.main-img img {
	width: 80%;
	border-radius: 50%;
}

.main-content h2.title {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 600;
	color: #403b66;
}

.main-content h2.title span {
	font-weight: 400;
}

.main-content h2 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 600;
	color: #403b66;
}

.main-content h2 span {
	padding: 0px;
}

.cd-headline.clip span {
	padding: 0px;
}

.main-content h2 span b {
	font-weight: 400;
}

.main-content p {
	color: #686767;
	font-size: 18px;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	display: inline-block;
}

.main-btn a {
	margin-right: 15px;
}
