 <style>
        .sides
        {
            display: flex;
        }
        .propertycard
        {
            background-color: #ffffff;
            box-shadow: 0 0 8px -2px #000;
            border-radius: 5px;
            margin-left: 0px;
            width: 32%;
            float: left;
            margin: 10px 0px 0;
            
            /* display: flex; */
        }

        .topside
        {
            padding: 5px 10px;
            display: flex;
        }
        .home
        {
            width: 30%;
            height: auto;
            text-align: center;
            align-self: center;
        }
        .home img
        {
            width: 60px;
            height: auto;
        }
        .details
        {
            width: 70%;
            padding-left: 10px;
        }
        .details h5,h6,p
        {
            font-family: Arial, Helvetica, sans-serif;
            padding: 0 0 0 0;
            margin: 0;
        }
        .details h6
        {
            font-size: 15px;
        }
        .details h4
        {
            font-family: Arial, Helvetica, sans-serif;
            margin: 0;
            padding: 5px 0 0 0;
            font-size: 20px;
        }

        .buttonss
        {
            background-color: #1560BD;
            display: flex;
            justify-content: center;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
        .WApp
        {
            width: 35%;
            height: auto;
            /*background-color: #1560BD;*/
            text-align: center;
            padding: 10px 0;
            /*margin: 0 2px;*/
        }
        .WApp p
        {
            color: #fff;
        }
        .share
        {
            width: 25%;
            height: auto;
            /*background-color: #1560BD;*/
            text-align: center;
            padding: 10px 0;
            /*margin: 0 2px;*/
        }
        .share p
        {
            color: #fff;
        }
        .call
        {
            width: 25%;
            height: auto;
            /*background-color: #1560BD;*/
            text-align: center;
            padding: 10px 0;
            /*margin: 0 2px;*/
        }
        .call p
        {
            color: #fff;
        }
        .view
        {
            width: 25%;
            height: auto;
            /*background-color: #1560BD;*/
            text-align: center;
            padding: 10px 0;
            /*margin: 0 2px;*/
        }
        .view p
        {
            color: #fff;
        }
        
        
        .WApps
        {
            width: 33.33%;
            height: auto;
            /*background-color: #1560BD;*/
            text-align: center;
            padding: 10px 0;
            /*margin: 0 2px;*/
        }
        .WApps p
        {
            color: #fff;
        }
        .calls
        {
            width: 33.33%;
            height: auto;
            /*background-color: #1560BD;*/
            text-align: center;
            padding: 10px 0;
            /*margin: 0 2px;*/
        }
        .calls p
        {
            color: #fff;
        }
        .views
        {
            width: 33.33%;
            height: auto;
            /*background-color: #1560BD;*/
            text-align: center;
            padding: 10px 0;
            /*margin: 0 2px;*/
        }
        .views p
        {
            color: #fff;
        }
        
        
        @media (max-width: 540px)
        {
            .propertycard
            {
                width: 100%;
            }
        }
    </style>