.InnerGIGABYTEContent .gigabyte_gaming_h2 {
    font-size: 2rem;
    line-height: 2.2rem;
}

.InnerGIGABYTEContent p {
    font-size: 0.8rem;
    line-height: 2rem;
    letter-spacing: 1.8px;
    color: #ddd;
}

@media screen and (min-width: 1500px) {
    .InnerGIGABYTEContent .gigabyte_gaming_h2 {
        font-size: 2.7rem;
        line-height: 3.2rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .InnerGIGABYTEContent .gigabyte_gaming_h2 {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }

    .InnerGIGABYTEContent p {
        font-size: 0.75rem;
        line-height: 2rem;
        letter-spacing: 1.5px;
        color: #ddd;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .InnerGIGABYTEContent .gigabyte_gaming_h2 {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    .InnerGIGABYTEContent p {
        font-size: 0.75rem;
        line-height: 2rem;
        letter-spacing: 1.5px;
        color: #ddd;
    }

}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .InnerGIGABYTEContent .gigabyte_gaming_h2 {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    .InnerGIGABYTEContent p {
        font-size: 0.75rem;
        line-height: 2rem;
        letter-spacing: 1.5px;
        color: #ddd;
    }

}

@media screen and (max-width: 768px) {
    .InnerGIGABYTEContent .gigabyte_gaming_h2 {
        font-size: 1rem;
        line-height: 1rem;
        font-weight: bold;
    }

    .InnerGIGABYTEContent p {
        font-size: 0.65rem;
        line-height: 1.5rem;
        letter-spacing: 1.5px;
        color: #ddd;
    }
}

.others {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
    position: relative;
    overflow: hidden;
    padding: 5% 0;
}

.others>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.others>img.fuckyouNV {
    position: relative;
    max-width: 800px;
    width: 100%;
    height: unset;
}

.others>div {
    position: relative;
}

.utility {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.utility>* {
    max-width: 1200px;
    width: 100%;
}

.utility>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.utility p {
    max-width: 600px;
    text-align: center;
}

.utility a {
    padding: 1%;
    margin: 1vw 0;
    border: 1px solid #ff6400;
    width: 100%;
    max-width: 200px;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #ff6400;
    font-weight: bold;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
}

.utility a:hover {
    color: #fff;
    text-shadow: 0 0 10px #ff6400, 0 0 20px #ff6400, 0 0 30px #ff6400;
    text-decoration-line: none;
}

@media screen and (max-width: 1200px) {
    .others {
        padding: 10%;
    }

    .utility {
        gap: 5vw;
    }
}