@media screen and (max-width: 1200px) {
    .InnerGIGABYTEContent h3 {
        font-weight: bold;
        font-size: 24px;
        color: #222;
        letter-spacing: 2px;
        line-height: 30px;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li,
    .InnerGIGABYTEContent a {
        font-size: .9rem;
        line-height: 25px;
    }

    .kf-vision {
        height: unset;
        min-height: 100vh;
        padding: 6vw 4vw;
    }

    .creator-vision {
        padding: 6vw 0;
    }

    .kf-vision-content {
        gap: 1vw;
        flex-direction: column;
    }

    .kf-vision-text {
        width: 100%;
    }

    .kf-logos img {
        height: 50px;
        margin: 0 10px 0 0;
    }

    .creator-vision-content {
        flex-direction: column-reverse;
        gap: 0;
    }

    .creator-vision-text {
        width: 100%;
        gap: 2vw;
        padding: 0 4vw;
    }

    .creator-img {
        width: 100%;
    }

    .windforce-scroll img.bg {
        width: unset;
        position: absolute;
        margin: auto;
        inset: 0;
        transform: translateX(-50%);
        left: 50%;
    }

    .windforce-scroll img.slogan {
        display: none;
    }

    .wind-texts div {
        padding: 0 5vw;
    }

    .wind-texts h3 {
        text-align: center;
    }

    .windimgs img {
        width: 100%;
        height: unset;
    }

    .windimgs.stt5 {
        transform: translate(-85%, -10%) scale(3);
    }

    .windimgs.stt6 {
        transform: translate(-45%, -10%) scale(2.2);
    }

    .heat_feature_container>div {
        align-items: center;
        flex-direction: column;
    }

    .heat_feature_cols>div>img {
        width: 100%;
        height: unset;
    }

    #concept {
        min-height: 70vh;
    }

    #concept .imgs .img1,
    #concept .imgs .img2 {
        width: 80%;
    }

    .buildstrong {
        gap: 30vw;
        padding: 35% 10%;
    }

    .buildstrong>div:nth-child(odd),
    .buildstrong>div:nth-child(even) {
        align-items: center;
        gap: 2vw;
    }

    .buildstrong>div>* {
        width: 100%;
    }

    .buildstrong .slogan {
        display: none;
    }

    .others {
        padding: 10% 0;
    }

    .utility>div {
        padding: 0 5%;
    }

    .utility {
        gap: 5vw;
    }

    .sec1 {
        min-height: 75vh;
    }

    .kf-slider {
        flex-direction: column;
        display: flex;
        padding: 0 5vw;
    }

    .kf-img-bg {
        width: unset;
        left: unset;
        top: unset;
        transform: unset;
        margin: auto;
        inset: 0;
        height: 100%;
        opacity: 0.3;
    }

    .kf-text {
        min-width: unset;
        gap: 1vw;
    }

    .kf-text h3 {
        font-size: 1rem;
        line-height: 1rem;
    }

    .kf-text p {
        font-size: .8rem;
        line-height: .9rem;
    }

    .kf-img {
        width: 100%;
    }

    div.kf-sliders>div:nth-child(1)>img.kf-img {
        display: none;
    }

    .yt-video-section .video-container iframe,
    .yt-video-section .video-container object,
    .yt-video-section .video-container embed {
        width: 100%;
        height: 100%;
    }

    .brand-copyright {
        padding: 0 5vw;
    }

    .brand-copyright p {
        font-size: .8rem;
        line-height: 1rem;
    }

    .dots {
        display: none;
    }
}