@media only screen and (max-width: 480px) {
    .card-img-top {
        box-shadow: rgb(0 0 0 / 30%) 1px 1px 9px 2px;
        width: 100%;
        margin: auto;
    }
    .faq-title p {
        padding: 0;
        margin-bottom: 10px;
    }
    .card__collection .cards {
        width: 63%;
        height: 90%;
        display: block;
        background-size: cover;
        float: none;
        border-radius: 15px;
        position: relative;
        overflow: hidden;
        background-position: center;
        margin: auto;
    }
    .btn-style-five {
        position: relative;
        padding: 11px 10px 11px;
        line-height: 50px;
        text-transform: capitalize;
        background: none;
        color: #222222;
        border: 2px solid rgb(75 171 167);
        font-size: 15px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 768px) {
    .howitwork-top {
        /* padding: 0 24px; */
        background-color: transparent;
        /* padding: 8px 24px 23px; */
        background: url(../img/work-bg/work-bg-2.svg) 0px / cover;
        background-repeat: no-repeat;
        background-position: center;
        /* margin: -50px 0 0px; */
        z-index: 2;
        background: #FFF;
        border-radius: 20px 20px 0 0;
    }
    .css-31tgp1 {
        padding: 0px 24px;
        height: 350px;
        background-image: url(../img/housing-edge/housing-edge-bg.png);
        padding-top: 20px;
        background-size: cover;
        height: 300px;
        border-radius: 0 0 40px 40px;
    }
    .list-property-btn {
        font-size: 12px;
        font-weight: 500;
        display: inline;
        border: solid 3px #275e5c;
        padding: 8px 42px;
        margin-left: 16px;
        border-radius: 4px;
        background-color: #1c6a67;
        transition: .5s;
        border-radius: 10px;
        margin-bottom: 25px;
        color: #fff;
        outline: 2px solid white;
        outline-offset: -7px;
    }
    .product-title {
        font-size: 16px;
        font-weight: 800;
        color: #000;
    }
    .list-group-item {
        position: relative;
        display: block;
        padding: 0.75rem 0.5rem;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125);
    }
}