.lottie-row {
        display: flex;
        gap: 5vw;
        align-items: center;
        flex-wrap: wrap;
}

dotlottie-wc.lottie-item {
        width: 20vw;
        max-width: 400px;
        min-width: 120px;
        aspect-ratio: 1 / 1;
        flex-shrink: 0;
}


dotlottie-wc.small {
        aspect-ratio: 3 / 4;
        width: 18vw;
}






        h1 {
            text-align: center;
            font-size: 42px;
        }

        details {
            margin: 30px auto;
            border: 2px solid #44CC00;
            border-radius: 10px;
            padding: 10px;
            background-color: #C8FFC8;
        }

        summary {
            font-size: 24px;
            font-weight: bold;
            cursor: pointer;
        }


        .city-content {
            display: flex;
            gap: 20px;
            margin-top: 2px;
        }


        .city-text {
            flex: 2;
            text-align: left;
            font-size: 18px;
            line-height: 1.6;
            font-family: "Ink Free"

        }


        .city-images {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .city-images img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
        }