@media (max-width: 1600px) {}

@media (max-width: 1400px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    .hero-section {
        padding-block-start: 200px;
        padding-block-end: 140px;
    }
    .hero-section .hero-title {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-section .hero-text {
        font-size: 15px;
        line-height: 24px;
    }
    section {
        padding-block: 40px;
    }
    section .section-title {
        font-size: 24px;
        line-height: 30px;
    }
    section .section-text {
        font-size: 14px;
        line-height: 20px;
    }
    .about-section .counter .counter-item>span {
        font-size: 28px;
        line-height: 32px;
    }
    .article-section .next-btn,
    .article-section .prev-btn {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    .article-section .next-btn {
        right: 10px;
    }
    .article-section .prev-btn {
        left: 10px;
    }
    .adventure-section .adventure-row {
        border-radius: 20px;
    }
    .adventure-section .adventure-img {
        border-radius: 15px;
    }
    .adventure-section .section-title,
    .adventure-section .section-text {
        text-align: left;
    }
    .page-hero-section .left-asset {
        height: 80px;
    }
    .page-hero-section .hero-title {
        font-size: 30px;
    }
    .page-hero-section .hero-text {
        font-size: 14px;
    }
}