.bg-gray-new {
    background-color: #efede7;
}

.new-green-btn{
    font-size: 21px;
    letter-spacing: 1px;
    color: #f6f6f6 !important;
    font-weight: 100;
    font-family: "Poppins";
    margin-top: 40px !important;
    height: unset;
    border-radius: 0.25rem;
    background-color: #163635 !important;
    padding: 20px 70px !important;
}

.title-new {
    font-size: 34px;
    letter-spacing: 2px;
    color: #163635;
    font-weight: 600;
    font-family: "Gotham";
    margin-bottom: 0px;
}
 .location-new {
    margin-bottom: 50px;
 }

.btn-overview {
    margin-top: 53px !important;
}

.bg-new-green {
    background-color: #163635;
}

.ov-left p {
    font-size: 17px;
    line-height: 29px;
    color: #393939;
    font-weight: 100;    
    letter-spacing: 1px;
}

.ov-right li, .key-distance-list li {
    font-weight: 100;
    letter-spacing: 1px;
}

.added-col-enquire {
    display: flex;
    align-items: center;
}

.section-subheading {
    font-size: 32px;    
    letter-spacing: 2px;    
    color: #163635;
}

.location .new-green-btn {
    width: 100%;
}

.proj-highlights .text-right-align {
    text-align: right;
}

.proj-highlights img {
    border: 3px solid #e4b753;
    border-radius: 10px;
}

.about-logo {
    width: 360px;    
    margin-bottom: 50px;
}

@media(max-width: 767px) {
    .location-left {
        padding: 40px;
    }

    .ov-right li, .key-distance-list li {
        font-size: 16px;
    }

    .location-left {
        margin-bottom: 20px;
    }
}