.row{
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;

}
.page-heading h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #142439;
    line-height: 14px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 60px;
    letter-spacing: 0.2px;
} 
.page-heading h2 {
    color: #f16700;
    font-size: 4em;
    line-height: 1em;
    margin: 1em 0 .5em;
    font-family: AdobeGaramondW01-Regula;
}
.page-heading p {
    font-family: Lato, sans-serif;
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
    color: #29415b;
    /*margin: 0 130px;*/
    margin-bottom: 100px;
}
.full-width {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    display: flex;
}
.filter-section{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.medium-3 {
    width: 20%;
}
select {
    border: none;
    border-bottom: 1px solid;
    font-family: Lato, sans-serif;
}

@media (min-width: 699px){
    .full-width {
        display: flex;
    }
}
#properties form {
    width: 100%;
    float: left;
    margin: 0 0 60px 0;
}
.medium-4 {
    width: 33.33333%;
}
.item figure img {
    width: 100%;
    height: 370px;
}
.item h4 {
    font-size: 14px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    line-height: 14px;
    color: #142439;
    letter-spacing: 0.2px;
}
.item h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    margin: .5em 0;
    color: #f16700;
    font-family: AdobeGaramondW01-Regula;
    letter-spacing: 0.2px;
}
.item h3:hover {
    color: #29415B;
}

.item .read-more {
    color: #142439;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    font-family: Lato, sans-serif;
}
.item .read-more:hover {
    color: #f16700;
}
.item p {
    color: #142439;
    font-size: 18px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Lato, sans-serif;
}
.item .info {
    width: 100%;
    float: left;
    padding: 50px;
}
@media (max-width:991px){
    
    .page-heading h2 {
        font-size: 40px;
    }
    .page-heading p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 70px;
    }

}
    

@media (max-width:599px){
    
    .medium-4 {
        width: 100%;
    }
    .medium-3 {
        width: 100%;
    }
    .filter-section {
        display: block;
    }
    .full-width {
         display: block;
    }
    figure{
        overflow: visible !important;
    }
    .item .info {
        padding: 25px;
    }
}
.image-container {
  
    overflow: hidden; /* Hide any part of the image that goes outside the container */
    position: relative;
}

/* Style for the image */
.zoom-image {
    
    transition: transform 0.2s ease-in-out; /* Smooth transition for the zoom effect */
}

/* Zoom effect on hover */
.image-container:hover .zoom-image {
    transform: scale(1.1); /* Scale up the image */
}
.columnsa {
    width: 100%;
    float: left;
    padding-left: .9375rem;
    padding-right: .9375rem;
}