.main-body {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, .15);
}
.ia {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}
.main-body.hidden {
  display: none;
}
body {
  font-family: 'Oswald', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: initial;
}
.pre-steps {
  text-align: center;
  padding: 1rem;
}
.pre-steps p:last-child {
  margin-bottom: 0;
  font-size: 0.85em;
}

.pre-steps h6 {
  margin-bottom: 1rem;
}
.hero img {
  width: 100%;
  height: auto;
  display: block;
}

.step h3,
.step p {
  margin: 0;
}

.step {
  display: flex;
  align-items: center;
}

.step h3 {
  font-size: 1em;
  color: #32aa45;
  display: flex;
  align-items: center;
}

span.h-number {
  margin-left: 1rem;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #32aa44;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.step p {
  font-size: 0.85em;
  margin-left: 1rem;
}
.step {
  padding: 1rem;
}

.step:nth-child(odd) {
  background: #ebebeb;
}

.rose-c img {
  display: block;
  height: 40px;
  margin: 0 auto;
}

.rosette p {
  margin: 0;
}
.rose-c {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rosettes {
  padding: 1rem;
  display: flex;
  justify-content: space-evenly;
}

.rosette {
  width: 33.3333%;
  text-align: center;
  line-height: 1.25;
}
img.rose.rose-1 {
  height: 30px;
}
a.button {
  background: #32aa45;
  border: none;
  font-size: 1.5em;
  padding: 1rem;
  height: unset;
  width: 100%;
  transition: 0.2s ease-in-out all;
  margin: 0;
}
a.button:hover {
  background: #22c65b;
}
.button-wrap {
  padding: 0 1rem 1rem 1rem;
}

/* PERU LP STYLES */
.rosettes.three {
  display: flex;
  justify-content: space-between;
}

.rosettes.three .rosette {
  flex: 1;
  max-width: 30%;
  line-height: 1.3;
}

.rosettes.three .rose-c {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rosettes.three .rose-c img {
  width: 25px;
  height: auto;
  max-width: 100%;
}