h1 {
    color: red;
}
#debtorInsuranceForm{
    margin-left: 5%;
}
#debtorInsuranceForm .select2-container{
    width: 100%!important;
}
#debtorInsuranceForm .row{
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 15px;
}
.step-3{
    /* width: 60%; */
    width: 50%;
    position: relative;
    padding: 4% 6%;
    background-color: rgba(248, 248, 248, 1);
    border-radius: 12px;
    /* display: none; */
}
.backButtons{
    cursor: pointer;
    margin-bottom: 20px;
}
.third_header{
    font-size: 18px;
    color: #000;
    width: 100%;
    font-weight: bolder;
}
.input_values{
    display: flex;
    gap: 5px;
    width: 30%;
}
.debitor_type{
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
.debitor_answer{
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.inputs-flex-third{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
#third-step-green{
    display: none;
}