.article-title {
    background-size: cover;
    background-position: center;
    position: relative;
}

.header1 {
    background-image: url('../images/headers/1.webp');
}

.header2 {
    background-image: url('../images/headers/2.webp');
}

.header3 {
    background-image: url('../images/headers/3.webp');
}

.article-title h1 {
    font-size: 9vw;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.black {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
}

.article-title-wrapper {
    z-index: 2;
    position: relative;
    width: 90vw;
    margin: 0 auto;
    padding: 12vw 0;
}

.article-wrapper {
    width: 90vw;
    margin: 0 auto;
    padding: 2vw 0;
}

.article-subtitle {
    padding: 4vw 0;
}

.article-subtitle h2 {
    margin: 0;
    color: #855310;
}

.article-subtitle-small {
    padding: 4vw 0;
}

.article-subtitle-small h2 {
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
    font-size: 17px;
    color: #855310;
}

.article-columns {
    display: flex;
    flex-direction: column;
}

.article-columns .col1 {
}

.article-columns .col2 {
}

.article-columns p {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 15px;
}

.article-big-text {
    background-color: #fff1e4;
    padding: 4vw;
    margin-bottom: 20px;
}

.article-big-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.article-checkmate {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.article-checkmate p {
    font-size: 14px;
    line-height: 1.35;
}

.article-checkmate-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-checkmate-image {

}

.article-checkmate-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


@media screen and (min-width: 640px) {
    .article-title {
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .article-title h1 {
        font-size: 40px;
        color: white;
        text-shadow: 1px 1px 1px black;
    }
    
    .black {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.5);
    }
    
    .article-title-wrapper {
        z-index: 2;
        position: relative;
        margin: 0 auto;
        width: 90%;
        max-width: 1095px;
        margin: 0 auto;
        padding: 45px 0;
    }
    
    .article-wrapper {
        width: 90%;
        max-width: 1095px;
        margin: 0 auto;
        padding: 2vw 0;
    }
    
    .article-subtitle {
        padding: 0;
    }
    
    .article-subtitle h2 {
        margin: 0;
        font-size: 42px;
        color: #855310;
    }
    
    .article-subtitle-small {
        padding: 0;
    }
    
    .article-subtitle-small h2 {
        margin: 0;
        font-size: 20px;
        color: #855310;
        line-height: 1.3;
    }
    
    .article-columns {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    
    .article-columns .col1 {
        width: 58%;
    }
    
    .article-columns .col2 {
        width: 38%;
    }
    
    .article-columns p {
        font-size: 16px;
        line-height: 1.45;
        margin-bottom: 15px;
    }
    
    .article-big-text {
        background-color: #fff1e4;
        padding: 40px 40px;
        margin-bottom: 40px;
    }
    
    .article-big-text p {
        font-size: 17px;
        font-weight: 500;
        line-height: 1.45;
    }
    
    .article-checkmate {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 20px;
        padding: 0;
    }
    
    .article-checkmate p {
        font-size: 14px;
        line-height: 1.35;
    }
    
    .article-checkmate-block {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
        padding: 20px 40px;
    }

    .article-checkmate-block:nth-child(odd) {
        flex-direction: row-reverse;
    }
    
    .article-checkmate-image {
        width: 37%;
        display: flex;
        align-items: center;
    }
    
    .article-checkmate-text {
        display: flex;
        width: 60%;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }

    .article-checkmate-text p {
        font-size: 15px;
        line-height: 1.5;
    }
}





@media screen and (min-width: 1500px) {
    .article-title {
        background-size: cover;
        background-position: center;
        position: relative;
    }
    
    .article-title-wrapper {
        width: 1095px;
        margin: 0 auto;
    }

    .article-title h1 {
        font-size: 100px;
        color: white;
        text-shadow: 1px 1px 1px black;
    }
    
    .black {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.5);
    }
    
    .article-title-wrapper {
        z-index: 2;
        position: relative;
        width: 1095px;
        margin: 0 auto;
        padding: 180px 0;
    }
    
    .article-wrapper {
        width: 1095px;
        margin: 0 auto;
        padding: 20px 0;
    }
    
    .article-subtitle {
        padding: 0;
    }
    
    .article-subtitle h2 {
        margin: 0;
        font-size: 42px;
        color: #855310;
    }
    
    .article-subtitle-small {
        padding: 0;
    }
    
    .article-subtitle-small h2 {
        margin: 0;
        font-size: 32px;
        color: #855310;
    }
    
    .article-columns {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    
    .article-columns .col1 {
        width: 58%;
    }
    
    .article-columns .col2 {
        width: 38%;
    }
    
    .article-columns p {
        font-size: 16px;
        line-height: 1.45;
        margin-bottom: 15px;
    }
    
    .article-big-text {
        background-color: #fff1e4;
        padding: 40px 40px;
        margin-bottom: 40px;
    }
    
    .article-big-text p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.45;
    }
    
    .article-checkmate {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 20px;
        padding: 0 60px;
    }
    
    .article-checkmate p {
        font-size: 14px;
        line-height: 1.35;
    }
    
    .article-checkmate-block {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
        padding: 20px 40px;
    }

    .article-checkmate-block:nth-child(odd) {
        flex-direction: row-reverse;
    }
    
    .article-checkmate-image {
        width: 37%;
        display: flex;
        align-items: center;
    }
    
    .article-checkmate-text {
        display: flex;
        width: 60%;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }

    .article-checkmate-text p {
        font-size: 16px;
        line-height: 1.5;
    }
}







