main .image_side.first{
    background: url(../img/imagem\ destaque\ 3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.step#first_step{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
#first_step .form-floating{
    display: flex;
    gap: 20px;
}
.form_side button#prevBtn {
    width: 130px;
    background-color: #505050;
    border-radius: 100px;
    color: white;
    padding: 20px;
}