


.img {
    margin-right: 50px; 
}


/* .sell {
    background-image: url("/images/house.jpg");
    background-repeat: no-repeat;
    background-size: cover;
        height: 50px; 
    position: relative;
    opacity: 0.7; 
} */

.now {
    position: absolute;
    /* top: 70%; */
    left: 5%; 
    font-size: 45px; 
    color: #ffffff; 
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    margin: 0% 2%;  
    padding: 3% 4%;
    padding-left: 4rem;
    border-radius: 5px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

h2, p {
    direction: rtl; /* RTL direction */
}

h2 {
    color: #007bff; 
    font-size: 28px; /* Font size for h2 */
}

p {
    color: #6c757d; 
    font-size: 20px; /* Font size for paragraphs */
}


