.site_button {
	width: 130px;
	height: 45px;
	background: #28348a;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	transition: 1s;
	position: relative;
	border: 1px solid #000;
	cursor: pointer;
	width: 248px;
	height: 73px;
	font-size: 26px;
	/* border-radius: 29px; */
	box-shadow: 1px 16px 14px -10px #28348a;
}

.site_button span {
	margin: auto;
	position: relative;
	z-index: 1;
}

.site_button:hover {
    border: 1px solid #28348a;
    background: white;
    color: #28348a;
}


@media all and (min-width: 320px) and (max-width: 767px) {
	.site_button {
		width: 196px;
		height: 56px;
		font-size: 21px
	}

}

@media all and (min-width: 768px) and (max-width: 980px) {
	.site_button {
		width: 196px;
		height: 56px;
		font-size: 21px
	}

}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.site_button {
		width: 196px;
		height: 56px;
		font-size: 21px
	}
}


@media all and (min-width: 1025px) and (max-width: 1140px) {
	.site_button {
		width: 196px;
		height: 56px;
		font-size: 21px
	}
}


@media all and (min-width: 1141px) and (max-width: 1280px) {
	.site_button {
		width: 196px;
		height: 56px;
		font-size: 21px
	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.site_button {
		width: 215px;
		height: 65px;
		font-size: 21px;
	}
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
	.site_button {
		width: 215px;
		height: 65px;
		font-size: 21px;
	}
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}