.rent-wrapper {
    position: relative;
    width: 100%;
    height: fit-content;
    flex: 1;
    max-width: 1120px;
    margin: calc(var(--header-height) + 5rem) auto 5rem;
    display: flex;
    flex-direction: column;
}