.btn_wrap div {
	width: 100%;
	margin: auto;
	max-width: 400px;
	padding-right: 2%;
	padding-left: 2%;
}

.btn-green a {
	color: #fff !important;
  font-size: 1.1em;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1.2rem 1.5rem 1.2rem 1.8rem;
  width: 300px;
  background-color: #000;
  transition: 0.3s;
  border-radius: 4px;
  position: relative;
}


.btn-green a:hover {
  text-decoration: none;
  background-color: #c40001;
}


.btn_wrap2 div {
	width: 100%;
	margin: 20px 0 10px;
	padding-right: 0;
	padding-left: 0;
	max-width: 300px;
}

.btn-green2 a {
	color: #fff !important;
  font-size: 1.1em;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .8rem 3.8rem .8rem 1.5rem;
  background-color: #000;
  transition: 0.3s;
  border-radius: 4px;
  position: relative;
}

.btn-green2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn-green2 a:hover {
  text-decoration: none;
  background-color: #c40001;
}

.btn-black a {
	color: #fff !important;
  font-size: 0.95em;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  padding: .8rem 1rem;
  background-color: #161618;
  transition: 0.3s;
  border-radius: 4px;
  position: relative;
  max-width: 300px;
  width: 100%;
}

.btn-black a:hover {
  color: #ff9 !important;
  text-decoration: none;
}



@media screen and (max-width: 640px) {
.btn-green2 a {
	color: #fff !important;
  font-size: 1em;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .8rem 1.2em .8rem .7em;
  background-color: #61a4a2;
  transition: 0.3s;
  border-radius: 4px;
  position: relative;
}

.btn-green2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: .8rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn-green2 a:hover {
  text-decoration: none;
  background-color: #70b2b0;
}
}