        .about-hero-section {
            background: url('/theme/dugun/img/about-us/about-hero.png') center/cover no-repeat;
        }

        .about-soft-bg {
            background-color: #edeaf342;
        }

        .about-section-img {
            border-radius: 1rem;
            width: 100%;
            height: auto;
        }

        .about-section h2 {
            font-size: clamp(1.5rem, 2.2vw, 2rem);
            font-weight: 500;
            line-height: 1.25;
        }

        .about-section p {
            color: #525c6b;
            line-height: 1.75;
        }

        .about-check-list {
            list-style: none;
            padding: 0;
            margin: 1rem 0 0;
        }

        .about-check-list li {
            position: relative;
            padding-left: 2rem;
            margin-bottom: .75rem;
            color: #3a3f4b;
            line-height: 1.65;
        }

        .about-check-list li::before {
            content: "\F270";
            font-family: "bootstrap-icons";
            position: absolute;
            left: 0;
            top: .1rem;
            color: #7e59c2;
            font-size: 1.1rem;
        }

        .about-chip-list {
            display: flex;
            flex-wrap: wrap;
            gap: .5rem .75rem;
            margin-top: 1rem;
            padding: 0;
            list-style: none;
        }

        .about-chip-list li {
            background-color: #edeaf3;
            color: #7e59c2;
            font-weight: 500;
            padding: .5rem 1rem;
            border-radius: 999px;
            font-size: .95rem;
        }

        .about-cta {
            background-color: #7e59c2;
            border-radius: 1.25rem;
            color: #fff;
            padding: 3rem 2rem;
        }
