footer{
    border-top: 1px solid rgba(255,255,255,0.2);
}
.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; */
    color: #fff;
    width: max-content;
    margin-bottom: 0.625rem;
}
.dealersBox_form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid rgb(232, 32, 14, 0.8);
}
.dealersBox_form section{
    width: 42.2%;
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.dealersBox_form section label{
    color: #fff;
    font-size: 1.125rem;
    width: 4.375rem;
    padding: 0 1.25rem 0 0.75rem;
    box-sizing: border-box;
    position: relative;
}
.dealersBox_form section.required label::before{
    position: absolute;
    content: "*";
    color: #F01A1A;
    left: 0;
    top: 2%;
}
.dealersBox_form section input{
    background: #141414;
    border: 0;
    height: 3.75rem;
    width: 87.5%;
    color: #fff;
    font-size: 1rem;
    padding: 0.625rem 0.75rem;
    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: 84.6%;
        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;
    }
}




