* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.box {
  width: 100%;
  background: rgba(255,255,255);
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 5%;
  color: #2a6330;
  font-family: 'Century Gothic', sans-serif;
  border-radius: 15px;
  /* box-shadow: 7px 13px 37px black; */
}

.box-img {
  border-radius: 10%;
}

.box h1 {
  font-size: 35px;
  letter-spacing: 4px;
  font-weight: 0;
  margin: 5px 0 10px;
}

.box h2 {
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: 0;
  margin: 5px 0 30px 0;
}

.box h3 {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 100;
  margin: 5px
}

.box h4 {
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 100;
    margin: 5px 0 30px 0;
}

.contenedor {
  display: flex;
  justify-content: center;
  padding: 35px;
}

.btn-1 {
  display: inline-block;
  background-color: #2a6330;
  border: 0px;
  padding: 10px;
  color: #ffe763;
  margin-right: 20px;
}

.btn-2 {
  display: inline-block;
  background-color: #2a6330;
  border: 0px;
  padding: 10px;
  color: #ffe763;
}

