.btn-soisy {
  background: #fff;
  border: 1px solid #8dc32f;
  color: #8dc32f;
  font-weight: 600;
  padding: 3px;
  width: 100%;
  display: block;
  height: 30px;
  text-transform: uppercase;
}

.soisy-div {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #F98688;
  border-radius: 8px;
  box-shadow: 0px 3px 7px -1px rgb(50 50 50 / 38%);
  padding: 10px;
  background: transparent;
}
