﻿* {
    box-sizing: border-box;
}

.news-home-property-header {
    text-align: center;
    padding: 20px 0;
}

    .news-home-property-header h2 {
        color: #23B60F;
    }

    .news-home-property-header hr {
        width: 10%;
        border: 1px solid #23B60F;
    }

    .news-home-property-header p {
        color: #000;
        ext-align: center
    }

.news-home-property:after {
    content: "";
    display: table;
    clear: both;
}

.news-home-property-col {
    float: left;
    width: 25%;
    padding: 5px 10px;
    text-align: center;
}

    .news-home-property-col p {
        height: 50px;
    }

.news-home-property-col-img img {
    width: 229px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border: 1px solid #dad9d9;
}

    .news-home-property-col-img img:hover {
        opacity: .6;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.news-home-property-col-title {
    text-decoration: none;
    text-transform: uppercase;
    color: #23B60F;
    font-weight: bold;
    padding-bottom: 5px;
}

.news-home-property-col-title-over {
    text-decoration: none;
    text-transform: uppercase;
    color: #703112;
    font-weight: bold;
    padding-bottom: 5px;
}

.news-home-property-col-des {
    padding: 10px 0;
    color: #666;
    font-size: .9em;
    text-align: center;
}

.news-home-property-col-more {
    padding: 4px 10px 6px;
    background-color: #23B60F;
    text-decoration: none;
    color: #fff;
}

.news-home-property-col-more-over {
    padding: 4px 10px 6px;
    background-color: #703112;
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 1000px) {
    * {
        box-sizing: border-box;
    }

    .news-home-property-col-title {
        height: 10px;
        display: block;
    }

    .news-home-property-col-title-over {
        height: 10px;
        display: block;
    }

.news-home-property-col {
        top: 0px;
        float: left;
        width: 50%;
        padding: 20px 10px;
        text-align: center;
        display: table-cell;
    }

    .news-home-property-col p {
        height: 80px;
    }

    

    .news-home-property-col-img img {
        width: 100px;
        border-radius: 50%;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        border: 1px solid #dad9d9;
    }
}
