html:has(.page-template18) {
    scroll-padding: 150px;
}

@media(max-width: 1024px) {
    .blog__wrapper {
        flex-direction: column;
    }

    .column-inner {
        border-top: unset;
    }

    .blog__content .post-caption .short_description {
        font-size: 14px !important;
    }

    .article_main-wrapper h1.main_title {
        font-size: 34px;
    }

    .post-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .special-thumbnail {
        padding-top: 0;
    }

    .article_main-wrapper {
        margin-right: 0;
    }

    .widget-lists {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .blog_item-img {
        height: 170px;
    }

    .blog_item-img img {
        max-height: unset;
        height: 100%;
    }
}

@media(max-width: 820px) {
    a.blog__news-card.news-card {
        flex-basis: 50%;
    }

    .post-caption {
        flex-basis: calc(50% - 20px);
    }

    a.readmore_link {
        font-size: 14px;
    }

    span.news-card__title {
        font-size: 13px;
    }
}

@media(max-width: 768px) {
    .whywe_shadow_item p {
        font-size: 12px;
    }

    .page-template35 .video_content-inner {
        margin-bottom: 30px;
    }

    .m-top {
        margin-top: 40px;
    }
}

@media(max-width: 500px) {

    .page-template35 .warehouse_services {
        margin-top: 0px;
    }

    .page-template35 img.featured_image {
        translate: 150px -27px;
        max-width: 54%;
    }

    .page-template35 img.icon_image {
        bottom: 45%;
        left: 25%;
        max-width: 47%;
    }

    .page-template35 .shipping_main-screen {
        height: 100vh;
    }

    span.title-news__card {
        font-size: 18px;
    }

    .article_main-wrapper h1.main_title {
        font-size: 28px;
    }

    .blog_lists {
        gap: 10px;
    }
}

@media(max-width: 320px) {
    span.title-news__card {
        font-size: 16px;
    }

    .article_main-wrapper h1.main_title {
        font-size: 24px;
    }

    .features_item {
        flex-basis: 100%;
    }
}