.efw-box {
  width: 300px;
  height: 300px;
  padding: 30px;
  border-radius: 12px;
  color: white;
  text-align: center;
  box-sizing: border-box;
  margin: 20px auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-size: cover;
  background-position: center;
}

.efw-box h3 {
  margin-top: 0;
}

.efw-button {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 20px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
