/* Whats Nearby Component */

section.nearby-section {
    background: linear-gradient(0deg, #FEFAED 0%, #FEFAED 100%), #FFF;
}

section.nearby-section .nearby-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

section.nearby-section .nearby-location {}

section.nearby-section .nearby-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    border-radius: 12px;
    background: var(--Gold-1, linear-gradient(90deg, #AE8625 0%, #F7EF8A 25%, #D2AC47 75%, #EDC967 100%));
    backdrop-filter: blur(10px);
}

section.nearby-section .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2.5rem;
}

section.nearby-section li {
    color: var(--Brown, #432C07);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 185.714% */
}


/* End of it */