h2{
    text-align: center;
    /* margin: 20px 0px !important; */
    /* background: #ff6b6b; */
    color: #fff !important;
    padding: 20px 0px !important;
}
a{
    text-align: right;
}
.texto{
    text-align: justify;
}
.car{
    /* border: 1px #000 solid; */
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.boton{
    width: 100%;
    background: #ff6b6b;
    border: none;
    color: #fff;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
}
.step{
    height: 40px;
    width: 40px;
    background: #ff6b6b;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.grup{
    display:flex;
    justify-content: center;
    align-items: center;
}