.event_map{
    margin-top: clamp(20px, 3.0vw, 30px);
    margin-bottom: clamp(20px, 3.0vw, 30px);
    text-align: center;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.event_map img {
    max-width: 80%;
    height: auto;
    border: solid 2px #000000;
}