.bi-02791477-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    font-family: inherit;
}

.bi-02791477-info-side {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.bi-02791477-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.bi-02791477-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi-02791477-icon svg {
    fill: #3498db;
    width: 20px;
    height: 20px;
}

.bi-02791477-content {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.bi-02791477-content strong {
    font-size: 16px;
    color: #111;
    display: block;
    margin-bottom: 5px;
}

.bi-02791477-content a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.bi-02791477-content a:hover {
    opacity: 0.7;
}

.bi-02791477-content p {
    margin: 0 0 5px 0;
}

.bi-02791477-content p:last-child {
    margin-bottom: 0;
}

.bi-02791477-map-side {
    flex: 1.5;
    min-width: 300px;
    min-height: 350px;
}

.bi-02791477-map-container {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

@media (max-width: 767px) {
    .bi-02791477-wrapper {
        flex-direction: column;
        padding: 20px;
    }
    .bi-02791477-map-side {
        min-height: 300px;
    }
    .bi-02791477-map-container {
        min-height: 300px;
    }
}
