.framePage .common-breadcrumb {
            position: static;
        }
        .framePage .banner {
            display: none;
        }
        .frame-employ-main {
            padding-top: 20px;
        }
        .modules ul {
            display: flex;
            padding-top: 40px;
            gap: 32px;
        }
        .modules ul li {
            width: calc((100% - 64px) / 3);
            box-shadow: 0px 20px 40px 0px rgba(16, 24, 40, 0.08);
            text-align: center;
            box-sizing: border-box;
            padding: 30px 0;
            gap: 32px;
            border-radius: 8px;
        }
        .modules ul li .item-title {
            font-family: 'Rubik Bolder';
            font-weight: 500;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            color: #333333;
            padding: 20px 0 8px 0;
        }
        .modules ul li img {
            width:40.5px;
            height: 36px;
        }
        .modules .module-small-item {
            padding-bottom: 8px;
        }
        .frame-other {
            padding-bottom: 50px;
        }
        .framePage .small-title {
            font-family: 'Rubik Regular';
            font-weight: 400;
            font-size: 36px;
            line-height: 44px;
            vertical-align: middle;
            color: #002e6c;
            padding: 50px 0 40px 0;
        }
        .framePage .frame-other .small-title {
            padding-bottom: 32px;
        }
        .frame-other ul {
            display: flex;
            gap: 32px;
        }
        .frame-other ul li {
            display: flex;
            align-items: center;
            box-shadow: 0px 20px 40px 0px rgba(16, 24, 40, 0.08);
            border-radius: 8px;
            width: 352px;
            height: 124px;
            padding-top: 30px;
            padding-right: 24px;
            padding-bottom: 30px;
            padding-left: 24px;
        }
        .frame-other ul li span {
            font-family: 'Rubik Regular';
            font-weight: 400;
            font-size: 24px;
            line-height: 32px;
            vertical-align: middle;
            color: #333333;
        }
        .frame-other ul li img {
            height: 37.5px;
            width: 37.5px;
            margin-right: 20px;
            margin-left: 30px;
        }

        @media (max-width: 953px) {
            .framePageMain {
                height: 292px;
            }

            .framePage .frame-employ-main .title {
                font-size: 18px;
                line-height: 28px;
            }
            .framePage .frame-employ-main img {
                height: 72px;
                width: auto;
            }
            .framePage .frame-employ-main .summery {
                font-size: 13px;
                line-height: 20px;
            }
            .framePage .small-title {
                font-size: 18px;
                line-height: 28px;
                text-align: center;
                padding: 24px 0 16px 0;
            }
            .frame-other {
              padding-bottom: 24px;
            }
            .framePage .frame-other .small-title {
                padding: 24px 0 16px 0;
            }
            .frame-excellent .summery {
                font-size: 14px !important;
                line-height: 20px !important;
            }
            .modules ul {
                flex-direction: column;
                padding-top: 20px;
                /* box-shadow: 0px 20px 40px 0px rgba(16, 24, 40, 0.08); */
                gap: 16px;
            }
            .frame-other ul {
                flex-direction: column;
                padding-top: 16px;
            }
            .frame-other ul {
                gap: 16px;
            }
            .modules ul li,
            .frame-other ul li {
                width: 100%;
                height: auto;
                padding: 16px 15px;
            }
            .modules ul li {
                box-shadow: 0px 20px 40px 0px rgba(16, 24, 40, 0.08);
            }
            .frame-other ul li {
                box-shadow: 0px 10px 20px 0px rgba(16, 24, 40, 0.08);
            }
            .modules ul li img {
                height: 40px;
                width: 40px;
            }
            .modules ul li .item-title {
                font-size: 16px;
                line-height: 24px;
            }
            .module-small-item .title {
                font-size: 12px !important;
                line-height: 18px !important;
            }
            .frame-other ul li img {
                height: 36px;
                width: 36px;
                margin-left: 0;
                margin-right: 10px;
            }
            .frame-other ul li span {
                font-size: 16px;
                line-height: 24px;
            }
        }