.new_blog .property-item .pi-pic {
    /* height: 474px; */
    position: relative;
    margin-bottom: 25px;
    width: auto;
    height: 474px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.new_blog {
    max-width: 1440px !important;
}

.new_blog .property-item {
    margin-bottom: 40px;
    background-color: transparent;
}

.new_blog .property-item:hover {
    -webkit-box-shadow:none !Important;
    -moz-box-shadow:none !Important;
    -o-box-shadow:none !Important;
    box-shadow:none !Important;
}

.new_blog .property-item .pi-pic:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pi-pic_wrapper {
    overflow: hidden;
    display: block;
    height: 474px;
}

.approfondisci {
    font-style: italic;
    font-size: 18px;
    display: inline-block;
    font-family: Lyon Text,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-weight: 300;
    color: #001871;
    text-decoration: none!important;
    cursor: pointer;
}

.approfondisci:hover {
    color: #001871;
    text-decoration: none!important;
}

.property-item .pi-text h5 {
    margin-bottom: 6px;
    line-height: 1.5;
    font-weight: 600;
    font-size: 18px;
    margin: 1em 0;
}

.read-more-arrow {
    margin-left: 15px;
    cursor: pointer;
}

.set-bg {
    height: 500px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    position: relative;
}

.set-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .25;
    z-index: 0;
}

.hero__wrapper h1 {
    display: inline-block;
    padding: 35px 40px;
    color: #fff;
    font-size: 47px;
    font-weight: bold;
    width: 100%;
}

.hero__wrapper {
    text-align: center !important;
    position: absolute;
    z-index: 9999;
}

.hero__wrapper h2 {
    display: inline-block;
    color: #fff;
    font-size:23px;
}

.loadmore-btn h3 {
    margin-bottom: 50px;
}

.loadmore-btn a {
    margin-right: 50px;
    margin-bottom: 21px;
}

