.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;
    }
}