.linkBtn {
	width:300px;
line-height:60px;
border-radius:var(--round);
color:#fff;
font-weight:900;
position:relative;
font-size:18px;
border:none;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
