              .thanks-container {
                width: 1094px;
                margin: 0 auto;
                padding: 20px;
                background-color: var(--col6);
            }

            .thanks-image {
                width: 100%;
                display: block;
                margin: 20px auto;
                border-radius: 10px;
            }

            .thanks-category {
                margin-top: 40px;
            }

            .thanks-category-title {
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 20px;
                color: var(--col4);
                text-align: center;
                font-family: var(--title), sans-serif;
            }

            .thanks-person {
                margin-bottom: 20px;
                padding: 15px;
                border: 2px solid var(--highlight);
                background-color: var(--col6);
            }

            .thanks-person-name {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 10px;
                color: var(--col4);
            }

            .thanks-person ul {
                margin: 0;
                padding-left: 20px;
                color: var(--col1);
            }

            .thanks-person ul li {
                margin-bottom: 5px;
            }