.outline-button {
  position: relative;
  max-width: 330px;
  border-radius: 80px;
  background: #FFFFFF;
  color: #FE8E23;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #FE8421;
  width: 330px;
  height: 72px;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.outline-button:hover {
  	transform: translateY(-2px);
}

.outline-button-content {
  width: 237px;
  text-align: center;
  margin-left: 22px;
  justify-content: center;
}

.outline-button .icon {
  position: absolute;
  background: #FE8E23;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  right: 22px;
}
