.order_sec{
    background: url(../Image/background/PotataHeroHomepage.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
}
.order_form{
    padding: 270px 20px;
    display: flex;
    width: 259px;
    flex-direction: column;
    align-items: center;
    gap: 29px;
}