.legend-section {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 20px;
        }
        .legend-section img {
            max-width: 200px;
            margin-right: 20px;
            border-radius: 10px;
        }
        .legend-section p {
            flex: 1;
        }
