#s9a4 {
  margin: auto;
  width:100%;
}

.s9a4-step {
  background: #fff;
  padding: 24px 0;
  border-radius: 8px;
}
.s9a4-step p{
    margin:0 0 20px 0;
    padding:0;
}
.s9a4-step h2{
    margin:20px 0!important;
    padding:0;
}
.s9a4-step p:not(.has-background):last-of-type {
    text-align: left;
}
blockquote {
  background: #f4f4f4;
  padding: 12px;
  border-left: 4px solid #0073aa;
}

textarea {
  width: 100%;
  min-height: 80px;
  margin-top: 12px;
}

.s9a4-next{
    width: auto;
    border: 0;
    border-radius: 12px;
    background: #F47600;
    display: inline-flex;
    height: 56px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #F7FAFC;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.3s ease;
}
.s9a4-prev{
    width: auto !important;
    border: 0;
    border-radius: 12px;
    background: #eee;
    display: inline-block;
    height: 56px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: all 0.3s ease;
    margin-right:24px;
}

.alternatives {
  display: none;
  margin-top: 16px;
}
.sucesso {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.mensagem {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}