.social-buttons {
	margin-top: 20px;
}
.social-buttons .social-button {
	display: inline-block;
	width: 30px;
	margin-right: 2px;
	padding: 2px 0;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	background-color: #8063c6;
	border: 2px solid #533377;
	border-radius: 5px;
	color: #fff;
	transition: .3s ease-in-out;
}
.social-buttons .social-button span {
	background-color: transparent!important;
}
.social-buttons .social-button:last-child {
	margin: 0;
}
.social-buttons .social-button:hover {
	background-color: transparent;
	color: #14213d;
}
.social-buttons .social-button .a2a_svg {
	width: 23px;
	height: 23px;
}
.social-buttons .social-button:hover .a2a_svg {
	filter: brightness(0) saturate(100%) invert(7%) sepia(57%) saturate(1934%) hue-rotate(204deg) brightness(102%) contrast(91%);
	opacity: 1;
}
.faq-wrapper.home {
	max-width: 1070px;
}
.seo-block__inner ul, .seo-block__inner ol {
	margin-bottom: 20px;
}
.seo-block__inner li {
	position: relative;
    margin-bottom: 10px;
    color: #4b566e;
    font-size: 14px;
    line-height: 24px;
}