.btn {
	display: inline-block;
	border: none;
	text-decoration: none;
	appearance: none;
	color: #000000;
	background: #ffb400;
	text-align: center;
	min-width: 280px;
	border-radius: 7px;
	padding: 0.7em 1em;
	font-size: 2.65rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
border-radius:35px;
}

.btn:hover {
	background: #29235C;
}

@media screen and (min-width: 480px) {
	.btn {
		  color: #FFFFFF;
  
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;	 max-width: 591px;
  border-radius: 35px;
width:100%;
    height: 70px;
    width: 100%;
    padding: 2.3rem;
  }
}


@media screen and (max-width: 580px){
.btn {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    max-width: 591px;
    border-radius: 35px;
    width: 100%;
    height: 70px;
    width: 100%;
    padding: 2.3rem 0;
}
}
.btn--green {
	background-color: #CF0021}

.btn--green:hover {
	background: #29235C;
}

.btn--green{color:white !important;}
