
@media (min-width: 600px) {
    .container {
        flex-direction: row;
        align-items: end;
    }
    
    
}

@media (min-width: 1200px) {
    .join__us {
        width: clamp(700px, 48.6111111111vw, 816.6666666667px);
    }

    .single-article-image-text .text {
        width: clamp(700px, 48.6111111111vw, 816.6666666667px);
    }

    .single-article-image-text .image_caption {
        width: clamp(427px, 29.6527777778vw, 498.1666666667px);
    }

    .pagination {
        flex-direction: row;
        align-items: center;
    }

    #yearRange {
        height: clamp(102px, -0.361111vw, 7.333333px);
    }

}


@media (min-width: 1200px) {

    .blog .blog-filters ul span {
        height: clamp(102px, -0.361111vw, 7.333333px);
    }

    .container {
        flex-direction: row;
    }


    .single-article-note {
        padding: clamp(40px, 2.7777777778vw, 46.6666666667px) clamp(70px, 4.8611111111vw, 81.6666666667px);
    }


    .footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .single-article-gallery.grid_2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .single-article-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .single__archive__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single-article-image-text  {
        flex-direction: row;
    }

    .single__archive__img {
        width: 400px;
        /*height: 400px;*/
        flex-shrink: 0;
    }

    .single__archive {
        gap: 116px;
        flex-direction: row;
    }

    .related__archive {
        grid-template-columns: repeat(2, 1fr);
    }

    .single-article-gallery-text {
        width: clamp(700px, 48.6111111111vw, 816.6666666667px);
    }

    /*.related__archive>div {*/
    /*    flex: 0 0 50%;*/
    /*}*/

    .single__archive__content {
        margin: initial;
    }

    /*.single__archive {*/
    /*    width: clamp(1370px, 95.1388888889vw, 1920px);*/
    /*}*/

    .single__archive__content {
        padding-right: 117px;
    }

    /*.navigation {*/
    /*    width: clamp(1370px, 95.1388888889vw, 1920px);*/
    /*}*/

    /*.related__archive {*/
    /*    width: clamp(1370px, 95.1388888889vw, 1920px);*/
    /*}*/

    .footer {
        /*width: clamp(1370px, 95.1388888889vw, 1920px);*/
        /* width: clamp(1370px, 95.1388888889vw, 1598.3333333333px); */
        max-width: 100%;
        margin: 0 auto;
        margin-top: 74px;
        margin-bottom: 34px;
    }

}




@media (min-width: 1370px) {
        .footer {
            width: clamp(1370px, 95.1388888889vw, 1920px);
        }
        
        .main {
            width: clamp(1370px, 95.1388888889vw, 1920px);
        }
        
        .container {
            width: clamp(1370px, 95.1388888889vw, 1920px);
        }
        
        .blog {
     width: clamp(1370px, 95.1388888889vw, 1920px);
        }
}




