.site_button {
	width: 180px;
	height: 45px;
	background: linear-gradient(94.71deg, #BE7E29 0%, #E8C669 94.1%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	/* transition: 1s; */
	position: relative;
	cursor: pointer;
}

.site_button span {
	margin: auto;
	position: relative;
	z-index: 1;
}

.site_button:hover {
	background: #808081;
	color: #fff;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.site_button {
		width: 135px;
		height: 36px;
		font-size: 14px;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.site_button {
		width: 140px;
		height: 38px;
		font-size: 14px;

	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.site_button {
		width: 140px;
		height: 40px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	.site_button {
		width: 140px;
		height: 40px;
		font-size: 15px;

	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.site_button {
		width: 150px;
		height: 42px;
		font-size: 15px;

	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.site_button {
		width: 160px;
		height: 42px;
	}
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}