.location-card {
    min-height: 100%;
    position: relative;
}

.bg-light {
    background: #e1dddc !important;
}

.bg-dark {
    background: #5a5a5a !important;
}

.location-icon1 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 20px;
    background-color: #fff;
    /* Icon background */
    border: 3px solid #e1dddc;
    /* Match the card's background (e.g., dark) */
    border-radius: 12px;
    padding: 8px;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.location-icon2 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 20px;
    background-color: #fff;
    /* Icon background */
    border: 3px solid #5a5a5a;
    /* Match the card's background (e.g., dark) */
    border-radius: 12px;
    padding: 8px;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}



.our-location {
    padding: 30px;
}