.property-main-wrapper {
    width: 1480px;
    margin: auto;
}

.property-wrapper {
    width: 350px;
    justify-content: space-between;
    margin: 30px auto 10px auto;
    align-items: center;
    background-color: rgb(220, 220, 220);
    background-image: linear-gradient(to right, #f6fbffc6, #dbdbdbdb);
    padding: 20px;
    border-radius: 10px;
}

.property-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.property-image {
    width: 310px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.sale-property-details {
    padding-top: 20px;
    text-align: center;
}

.sale-property-details h2 {
    font-size: 20px;
    font-weight: 700;
    color: #206281;
}

.sale-property-details h4 {
    font-size: 16px;
    color: rgb(77, 77, 77);
    padding-bottom: 20px;
}

.sale-property-details p {
    color: rgb(42, 42, 42);
}

.builder-card-flex {
    display: flex !important;
    align-items: start;
    justify-content: start;
    width: 150px;
    margin: auto;
}

.project-content-main {
    width: 1200px;
    margin: auto;
    padding: 50px 0;
}

.project-content-flex {
    display: flex;
    justify-content: space-between;
}

.project-wrapper-sale {
    justify-content: space-between;
    display: flex;
    padding-top: 20px;
    /* align-items: center; */

}

.project-left-wrapper {
    width: 550px;
}

.project-right-wrapper {
    width: 550px;
    position: relative;
}

.project-info {
    width: 465px;
}

.circleOrange {
    background: #4B6073;
    border-radius: 3em;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    color: #ffffff;
    height: 4.8em;
    width: 4.8em;
    display: inline-block;
    font-family: 'Roboto', Helvetica, Sans-serif;
    font-size: 11px;
    line-height: 2em;
    text-align: center;
    padding: 15px;
}

.circleOrange h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.project-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(2, 2, 81);
}

.project-wrapper-sale-down {
    justify-content: space-between;
    display: flex;
    width: 550px;
    margin: auto;
    padding-top: 20px;
}

.p-6 {
    padding-top: 60px;
}

.bg-vector {
    z-index: -1;
    width: 400px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    left: 300px;
    top: 550px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #949494;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-color: gray;

}

.accordion-body {
    background-color: rgba(220, 220, 220, 0.286);
}

.accordian-wrapper {
    width: 1600px;
    padding: 50px 0;
    background-color: #f7f9fb;

}

.accordion {
    width: 1000px;
    margin: auto;
    /* padding-top: 30px; */
}

.accordian-button:focus {
    border-color: gray;
}

.accordian-wrapper h3 {
    font-weight: 700;
    font-size: 25px;
    color: rgb(2, 2, 80);
    text-align: center;
}

.accordian-wrapper p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .property-main-wrapper {
        flex-direction: column;
        width: 400px;
    }

    .project-content-main {
        width: 350px;
        padding: 20px;
        text-align: center;
    }

    .project-content-flex {
        flex-direction: column;
    }

    .project-info {
        width: 300px;
    }

    .project-wrapper-sale {
        width: 350px;
        flex-direction: column;
    }

    .project-left-wrapper {
        width: 350px;
    }

    .circleOrange {
        display: none;
    }

    .bg-vector {
        display: none;
    }

    .accordian-wrapper {
        width: auto;
    }

    .accordion {
        width: auto;
    }
}