        /* currulim styles */
        .curriculum-section {
            display: flex;

            justify-content: center;
            align-items: center;

            flex-direction: column;

            padding: 80px 0;

            background: #efefef;
        }

        .curriculum-section .intro {
            width: 100%;
            max-width: 936px;

            text-align: center;

            margin-bottom: 80px;

            background: transparent;
        }

        .curriculum-section .intro p {
            font-size: 23px;

            line-height: 130%;

            letter-spacing: 1.5%;

            color: black;

            font-family: Puritan;

            font-weight: 600;
            font-style: SemiBold;
            line-height: 130%;
            font-size: 23px;
            letter-spacing: 1.5%;
            text-align: center;

        }

        .curriculum-section .card {
            width: 100%;
            max-width: 1170px;

            padding: 50px 126px;

            background: #ffffff;

            border-radius: 10px;
        }

        .curriculum-section .card h2 {
            text-align: center;

            font-size: 40px;
            line-height: 118.5%;

            margin: 0;
        }

        .curriculum-section .line {
            width: 60px;
            height: 4px;

            margin: 20px auto 60px auto;
        }

        .curriculum-section .columns {
            display: flex;

            gap: 60px;

            background: transparent;
        }

        .curriculum-section .left {
            width: 50%;

            background: transparent;
        }

        .curriculum-section .right {
            width: 50%;

            background: transparent;
        }

        .curriculum-section ul {
            margin: 0;

            padding-left: 25px;
        }

        .curriculum-section li {
            font-size: 20px;

            line-height: 118.5%;

            letter-spacing: 3%;

            margin-bottom: 25px;
        }

        .curriculum-section .button {
            display: inline-block;
            margin-top: 30px;
            padding: 18px 30px;
            background: #ecb169;
            border-radius: 7px;
            color: black;
            font-size: 18px;
            text-decoration: none;
        }

        .curriculum-section .history {
            width: 100%;
            max-width: 1200px;

            margin-top: 100px;

            text-align: center;

            background: #efefef;
        }

        .curriculum-section .logo {
            width: 134px;
            margin-bottom: 20px;
        }

        .curriculum-section .history h2 {
            font-size: 40px;

            line-height: 118.5%;
            font-weight: bold;

            margin-bottom: 80px;
        }

        .curriculum-section .items {
            display: flex;

            justify-content: space-between;

            align-items: flex-start;

            background: transparent;
        }

        .curriculum-section .item {
            width: 300px;

            background: #ffffff00;
        }

        .curriculum-section .item img {
            width: 100%;

            border-radius: 3px;

            height: 300px;

            object-fit: cover;
            object-position: center;
        }

        .curriculum-section .item p {
            font-size: 20px;

            line-height: 118.5%;

            margin-top: 25px;
        }

        .curriculum-section .arrow {
            display: flex;
            justify-content: center;
            align-items: center;

            margin-top: 90px;

            width: 80px;
            height: 80px;

            background: transparent;
        }

        .curriculum-section .arrow img {
            width: 100%;
            max-width: 20px;

            height: 100%;
            max-height: 41px;

            object-fit: contain;
        }