.becomeDealer form{
    padding: 8.754rem 0 9.375rem 0;
    box-sizing: border-box;
}
.dealers_box:not(:first-child){
    margin-top: 8.754rem;
}
.dealers_box h3{
    font-size: 2.125rem;
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 53.9%, rgba(255, 255, 255, 0.5) 100%);
    background-clip: text;
    color: transparent;
    width: fit-content;
    margin-bottom: 0.625rem;
}
.dealersBox_form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dealersBox_form section{
    width: 42.2%;
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}
.dealersBox_form section label{
    color: #fff;
    font-size: 1.125rem;
    width: 4.375rem;
    padding: 0 1.25rem 0 0.75rem;
    box-sizing: border-box;
}
.dealersBox_form section.required::before{
    position: absolute;
    content: "*";
    color: #F01A1A;
    left: 0.6rem;
    top: 28%;
}
.dealersBox_form section input{
    background: var(--second-bgColor);
    border: 0;
    height: 3.75rem;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    padding: 0.625rem 0.75rem 0.625rem 1.25rem;
    box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
    .dealersBox_form section{
        width: 100%;
        margin-top: 8px;
    }
    .dealers_box:not(:first-child){
        margin-top: 60px;
    }
    .becomeDealer form{
        padding: 58px 0 60px 0;
    }
    .dealers_box h3{
        font-size: 24px;
        margin-bottom: 12px;
    }
    .dealersBox_form section label{
        font-size: 14px;
        padding: 0 14px 0 10px;
    }
    .dealersBox_form section input{
        width: 100%;
        height: 55px;
    }
}
@media only screen and (max-width: 320px) {
    .dealersBox_form section label{
        font-size: 13px;
        padding: 0 10px;
    }
    .dealersBox_form section input{
        height: 50px;
    }
}




