/* Small mobiles (361px – 480px) */
@media (min-width: 361px) {
    .slider-text h1 {
        font-size: 30px;
    }

    .header-label {
        font-size: 16px;
    }

    .mt--30 {
        margin-top: 10px !important;
    }

    .hero-news-icon {
        margin: 30px auto 35px;
        width: 30px;
        height: 30px;
    }

    .hero-news-icon i {
        font-size: 17px;
    }

    .news-label {
        font-size: 15px;
    }

    .news-list li {
        font-size: 15px;
    }

    .ftco-counter .text span {
        font-size: 15px;
    }
}

/* Large mobiles (481px – 576px) */
@media (min-width: 481px) {
    .slider-text h1 {
        font-size: 34px;
    }

    .mt--30 {
        margin-top: 10px !important;
    }

    .hero-news-icon {
        margin: 30px auto 35px;
        width: 30px;
        height: 30px;
    }

    .hero-news-icon i {
        font-size: 17px;
    }

    .news-label {
        font-size: 15px;
    }

    .news-list li {
        font-size: 15px;
    }

    .ftco-counter .text span {
        font-size: 15px;
    }
}

/* Small tablets (577px – 767px) */
@media (min-width: 577px) {
    .slider-text h1 {
        font-size: 38px;
    }

    .mt--30 {
        margin-top: 10px !important;
    }

    .hero-news-icon {
        margin: 30px auto 35px;
        width: 30px;
        height: 30px;
    }

    .hero-news-icon i {
        font-size: 17px;
    }

    .news-label {
        font-size: 15px;
    }

    .news-list li {
        font-size: 15px;
    }

    .ftco-counter .text span {
        font-size: 15px;
    }
}

/* Tablets / iPad (768px – 991px) */
@media (min-width: 768px) {
    .slider-text h1 {
        font-size: 30px;
    }

    .mt--30 {
        margin-top: 10px !important;
    }

    .hero-news-icon {
        margin: 30px auto 35px;
        width: 30px;
        height: 30px;
    }

    .hero-news-icon i {
        font-size: 17px;
    }

    .news-label {
        font-size: 15px;
    }

    .news-list li {
        font-size: 15px;
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        font-size: 14px;
    }

    .ftco-counter .text span {
        font-size: 10px;
    }
}

/* Small laptops (992px – 1199px) */
@media (min-width: 992px) {
    .slider-text h1 {
        font-size: 30px;
    }

    .header-label {
        font-size: 12px;
        font-weight: 550;
    }

    .mt--30 {
        margin-top: 10px !important;
    }

    .hero-news-icon {
        margin: 30px auto 35px;
        width: 30px;
        height: 30px;
    }

    .hero-news-icon i {
        font-size: 17px;
    }

    .news-label {
        font-size: 15px;
    }

    .news-list li {
        font-size: 15px;
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        font-size: 14px;
    }

    .ftco-counter .text span {
        font-size: 15px;
    }
}

/* Desktops (1200px – 1399px) */
@media (min-width: 1200px) {
    .slider-text h1 {
        font-size: 40px;
    }

    .header-label {
        font-size: 14px;
        font-weight: 600;
    }

    .mt--30 {
        margin-top: 30px !important;
    }

    .hero-news-icon {
        margin: 30px auto 35px;
        width: 30px;
        height: 30px;
    }

    .hero-news-icon i {
        font-size: 17px;
    }

    .news-label {
        font-size: 15px;
    }

    .news-list li {
        font-size: 15px;
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        font-size: 16px;
    }

    .ftco-counter .text span {
        font-size: 15px;
    }
}

/* Large desktops / 2K screens (≥1400px) */
@media (min-width: 1500px) {
    .slider-text h1 {
        font-size: 58px;
    }

    .header-label {
        font-size: 16px;
        font-weight: 700;
    }

    .mt--30 {
        margin-top: 30px !important;
    }

    .hero-news-icon {
        margin: 45px auto 55px;
        width: 56px;
        height: 56px;
        box-shadow: 0 12px 35px rgba(62, 100, 255, 0.2);
    }

    .hero-news-icon i {
        font-size: 25px;
    }

    .news-label {
        font-size: 18px;
    }

    .news-list li {
        font-size: 18px;
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        font-size: 16px;
    }

    .ftco-counter .text span {
        font-size: 17px;
    }
}