.location-grid-section {
    margin: 60px 0;
}
.location-grid-section .prorperty-single-title {
    margin-bottom: 50px;
}
.location-grid-section .location-grid {
    padding: 44px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    border-top: 1px solid rgba(0, 0, 0, 1);
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.prorperty-single-title {
    max-width: 700px;
    margin-bottom: 85px;
    width: 100%;
}
.location-grid-section .location-grid a {
    color: var(--title-green);
    max-width: 200px;
    width: 100%;
    margin: 0 !important;
    font-weight: 400;
}
.location-grid-section .prorperty-single-title a.btn {
    margin-top: 50px !important;
}
@media only screen and (max-width:767px){
    
}