header{
    background: #000 !important;
}

.section-bg-b{
    border-radius: 24px;
    max-width: 100%;
    background-size: cover;
    aspect-ratio: 126/54;
    background: url(https://images.ggassist.ai/ggassist/assets/overview/about-us/about_us_page_1_bg.png) center no-repeat;
    background-size: cover;
}

main section:first-child{
    background: linear-gradient(180deg, #FFF 0%, #D3D1E6 100%);
}

main section:nth-child(2){
    background: #1A1A1A;
    color: #fff;
}

main section:nth-child(2) .detail-b .lf-b{
    margin-right: 70px;
}

main section:nth-child(2) .right{
    width: 700px;
}

main section:nth-child(2) .right h3{
    margin-bottom: 64px;
}

main section:nth-child(2) .lf-b .r-tag-blue{
    margin-bottom: 64px;
}

main section:nth-child(2) .lf-b img{
    width: 440px;
    max-width: 100%;
    border-radius: 24px;
}

main section:nth-child(3){
    background: #00F7FF;
}

main section:nth-child(3) h3{
    color: #1A1A1A;
    margin-bottom: 60px;
}

main section:nth-child(3) .logo-b{
    display: flex;
}

main section:nth-child(3) .logo-b > * + * {
    margin-left: 80px;
}

main section:nth-child(4) h3{
    margin-bottom: 40px;
}

.more-desc-box {
    display: flex;
    flex-direction: column;
}
.more-desc-box > * + * {
    margin-top: 40px;
}
.more-desc-box h4{
    display: inline-block;
    background: linear-gradient(90deg, #FFF 0%, #FF6AFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

.more-desc-box p{
    color: rgba(255, 255, 255, 0.50);
    font-size: 18px;
}
.robot-communicate-b{
    position: absolute;
    bottom: -20px;
    right: 0;
}

.ai-speek-b{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    top: 50%;
    left: -80%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.70);
    font-family: "Microsoft Sans Serif";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 315px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(112, 0, 112, 0.50);
    backdrop-filter: blur(4px);
}

.robot-communicate-b img {
    transform: scaleX(-1);
    width: 300px;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog-list .blog-item{
    display: flex;
    width: 600px;
    height: 184px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    margin-top: -1px;
    margin-right: 20px;
    padding: 24px 0;
    text-align: left;
}
.blog-list .blog-item > * + *{
    margin-left: 20px;
}

.blog-list .blog-item .left{
    width: 137px;
    height: 137px;
    font-size: 18px;
    border-radius: 5px;
    object-fit: cover;
}

.blog-list .blog-item strong{
    display: inline-block;
    margin-bottom: 8px;
    color: rgba(26, 26, 26, 0.50);
    line-height: 26px;
}

.blog-list .blog-item p{
    margin-bottom: 16px;
}

.blog-item .desc:hover{
    color: #1A1A1A;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


.bottom-gray-tip-box{
    color: #fff;
}

.bottom-gray-tip-box .logo-b{
    display: flex;
    margin-top: 40px;
}

.bottom-gray-tip-box .logo-b > * + * {
    margin-left: 24px;
}


.more-about-section .left img{
    margin-top: 100px;
}

@media (max-width: 1600px) {
    .section-bg-b{
        height: 328px;
    }
}

@media (max-width: 500px) {
    main section:first-child h1{
        margin-bottom: 32px;
    }
    main section:first-child > div{
        padding: 40px 20px;
    }
    main section.more-about-section .container {
        padding: 62px 20px;
    }
    main section.more-about-section .container{
        flex-direction: column-reverse;
    }
    main section.more-about-section .right{
        margin-bottom: 32px;
        width: 100%;
    }
    main section.more-about-section .r-tag-blue {
        margin-bottom: 32px;
    }
    main section.more-about-section .right h3 {
        margin-bottom: 32px;
    }
    main section:nth-child(2) .detail-b{
        gap: 0;
        flex-direction: column-reverse;
    }
    .more-desc-box > * + * {
        margin-top: 32px;
    }
    .more-about-section .left img{
        width: 100% !important;
        margin-top: 0;
    }
    main .more-about-section .detail-b .left {
        margin-right: 0 !important;
    }
    .logo-section{
        text-align: center;
    }
    main section.logo-section .logo-b{
        flex-wrap: wrap;
        justify-content: center;
    }
    main section:nth-child(3) .logo-b > * + * {
        margin-left: 30px;
    }
    main section:nth-child(3) .logo-b > *{
        margin-bottom: 30px;
    }

    .logo-section .container{
        padding: 82px 20px 64px 20px;
    }
    .logo-section .container h3{
        font-size: 28px;
    }
    .logo-section .container img{
        height: 28px;
    }
    .blog-list .blog-item img{
        display: none;
    }
    .articles-section .container{
        padding: 64px 20px;
    }
    .blog-item .desc{
        font-size: 16px;
    }
    .bottom-gray-tip-box .logo-b img{
        width: 40px;
        height: 40px;
    }
    .section-bg-b{
        height: auto;
    }
}