.btn_webform {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 340px;
  max-width: 100%;
  height: 94px;
  margin: 0 auto;
  border-radius: 10px;
  background: #52bbf7;
  transition: transform 0.5s var(--ease-out-expo);
  color: #fff;
}
.btn_webform span {
  color: #fef3b2;
}