.rentalForm .reservationForm ul li input[type=text]{
    height: 19px;
}
.wrapper > div:nth-of-type(3){display: flex;box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;border-radius: 0.6em;}
.bpad{width: 75%;padding: 0 25px 0 25px;overflow-y: auto;margin-bottom: 25px;font-size: 15px;
    margin-top: 25px;height: calc(100vh - 260px);}
.policyClipart{width: 25%;background-color: #f2f2f2;display: flex;align-items: center;flex-direction: column;justify-content: center;text-align: center;padding: 0 20px;}
@media only screen and (min-width: 0px) and (max-width: 800px) {
    .policyClipart{
        display: none;
    }
    .bpad {
        width: 100%;
        height: unset;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .policyClipart{
        width: 30%;
    }
    .bpad {
           width: 70%;
    }
}