.overview-container {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 70px;
    margin-top: 40px;
    padding: 0 20px;
}

.text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text-content p {
    margin: 0;
    line-height: 1.6;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.map-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 73px 270px;
}

.map-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}