@media (min-width: 992px) {
    .site-logo img {
        width: 120px;
    }

    .user-panel {
        font-size: 50px;
    }

    .banner-slide1-title {
        margin-top: -265px
    }

    .banner-slide1-title h1 {
        font-size: 150px;
        letter-spacing: 10px;
    }

    .banner-slide2-title {
        margin-top: -370px
    }

    .banner-slide2-title .sub-server-name {
        font-size: 60px;
        padding-top: 200px;
    }

    .banner-slide2-title .server-name {
        font-size: 125px;
        letter-spacing: 10px;
    }

    .hero-slider .owl-nav {
        display: block;
    }

    .post-text .title {
        padding: 0 30px 20px;
        font-size: 90px;
        letter-spacing: 10px;
    }

    .post-text .title::before {
        right: calc(100% + 20px);
        top: 0;
        transform: rotate(0deg);
        transform: scale(1.2)
    }

    .post-text .title::after {
        left: calc(100% + 20px);
        top: 0;
        transform: rotate(0deg);
        transform: scale(1.2)
    }

    .box-content {
        padding-bottom: 400px;
        position: relative;
    }

    .box-content:before {
        height: 40px;
        width: 100%;
        left: 0;
        top: -30px;
    }

    .box-content:after {
        height: 40px;
        width: 100%;
        left: 0;
        bottom: 380px;
    }

    .box-content>.content {
        padding: 0 55px;
    }

    .signature {
        font-size: 45px;
        padding: 0 10px;
        letter-spacing: 3px;
    }

    .box-new-list {
        padding-bottom: 200px;
    }

    .box-new-list .new-title {
        font-size: 44px;
        letter-spacing: 6px;
    }

    .box-new-list .new-title:before {
        width: 70px;
        height: 80px;
        left: -30px;
        top: 2px;
        background-size: contain;
    }

    .box-new-list .new-title:after {
        width: 155px;
        height: 18px;
        left: calc(100% + 10px);
        top: 30px;
    }

    .box-content>.content>.item {
        padding: 30px 15px 60px 15px
    }

    .footer-section .container {
        position: relative;
        padding: 60px 15px 25px;
    }

    .footer-menu li a {
        font-size: 50px;
        margin: 0 15px;
        padding: 0px 5px 30px 5px;
    }

    .footer-section img {
        width: 290px;
    }
}