#map {
    animation-name: move_to_right;
    animation-timeline: view();
}

.location h3:first-of-type {
    margin-bottom: 50px;
}
.find_me {
    font-size: 1.2em;
    line-height: 1.2lh;
    margin-left: 20px;
}
.find_me h3 {
    margin-bottom: 0 !important;
    font-size: 25px;
}
.find_me p {
    margin-bottom: 0 !important;
    

}
.travel {
    align-items: center;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
}

.travel > * {
    flex: 2;
}
.travel img {
    width: 100%;
    border-radius: 10px;
    box-shadow: var(--boxshadow);
}
.travel div:has(img) {
    flex: 1;
}
figure {
    margin: 5px;
    animation-name: move_to_left;
    animation-timeline: view();
}
@media (min-width: 550px) {
    .travel {
        align-items: center;
        display: flex;
        gap: 30px;
        flex-direction: row;
        justify-content: center;
    }
}