.find-car{
    padding: 50px 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 30px;
    @media (min-width: 768px){
        flex-direction: row;
        align-items: center;
    }
    > div{
        flex: 1;
    }
    form{
        margin-bottom: 10px;
    }
    .btn{
        width: 100%;
    }
}