.help-scout-chat-button {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #2a2a2a;
	border-radius: 40%;
	cursor: pointer;
	z-index: 9999;
}
@media screen and (max-width: 849px) {
	.help-scout-chat-button {
		bottom: 10px;
		right: 20px;
	}
}