.banner.internet-banner h2 {
    font-size: 1.8rem;
}

.internet-banner .internet-img {
    max-width: 217px;
}

.speed-statement-section .speed-statement-row > .col > .col-inner {
    padding: 4.8rem 4rem;
    background-color: var(--color-white);
    border-radius: 60px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 24px 50px 0px;
    backdrop-filter: blur(4px);
}
.speed-statement-section .speed-statement-row-inner > .col.large-7 {
    flex-basis: calc(100% - 450px);
    max-width: calc(100% - 450px);
}

.speed-statement-section .speed-statement-row-inner > .col.large-5 {
    flex-basis: 450px;
    max-width: 450px;
}

.statement-number-row > .col > .col-inner {
    position: relative;
}
.statement-number-row > .col:last-child > .col-inner::before {
    content: '';
    position: absolute;
    background-color: #909090;
    height: 8rem;
    width: 1px;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

.speed-statement-section .statement-text {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.25;
}
.speed-statement-section .statement-text strong {
    color: var(--fs-color-primary);
    font-size: 6.4rem;
}

.faqs-section .faqs-row {
    position: relative;
}
.faqs-section .faqs-img-col {
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width: 960px) {
    .banner.internet-banner h2 {
        font-size: 49.5px;
    }
    .md-text-30px {
        font-size: 30px !important;
    }

    .internet-banner .internet-img {
        max-width: 610px;
    }
}

@media (max-width: 959px) {
    .h2 br,
    h2 br {
        display: none;
    }

    .gamer-section .icon-box .icon-box-img {
        width: 32px !important;
    }
}
