article {
    width: 66%;
    position: relative;
    left: 18%;
    padding-bottom: 5vw;
} 

#blog_header{
    width: 100%;
    text-align: center;
    color: var(--green-pea);
    font-family: var(--font-family-uvn_van-bold);
    font-size: var(--font-size-xxxxl);
    margin: 0;
    padding-top: 1vw;
    text-transform: uppercase;
    margin-bottom: 3vw;  
} 

article h1{
    text-align: center;
    color: var(--green-pea);
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-xxl);
    margin-bottom: 3vw;
}

article h2{
    color: var(--green-pea);
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-l);
}

.related_post{
    width: 66%;
    position: relative;
    left: 18%;
    padding-bottom: 3vw;
}

.related_post h2{
    text-align: center;
    color: var(--green-pea);
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-xxl);
    border-bottom: 1px #ccc solid;
    height: 2.5vw;
}

.related_list{
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr;    
    gap: 2vw;
    height: 16vw;
}

.related_list .post_item {
    background-color: var(--white);
    box-sizing: border-box;
    border-radius: 1vw;
    position: relative;
    height: 14.5vw;
}

.related_list .post_item a{
    color: var(--green-pea);
}

.related_list .post_metadata{
    display: flex;
}

.related_list .post_metadata img {
    width: 1vw;
    height: 1vw;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.related_list .post_metadata div{
    flex: auto;
}

.post_1 .pthumb, .post_2 .pthumb {
    width: 14.1vw;
    height: 14.5vw;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1vw 0vw 0vw 1vw;
    object-fit: cover;
}

.post_3 .pthumb {
    width: 32.1vw;
    height: 16.5vw;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 1vw 1vw 0vw 0vw;
}

.post_1 .post_metadata, .post_2 .post_metadata {
    width: 14vw;
    height: 2vw;
    position: absolute;
    left: 16vw;
    top: 1.2vw;
}

.post_3 .post_metadata {
    width: 20vw;
    height: 2vw;
    position: absolute;
    left: 2vw;
    top: 17.6vw;
}

.post_1 .post_title,
.post_2 .post_title {
    width: 14vw;
    height: 5vw;
    position: absolute;
    left: 16vw;
    top: 3vw;
    display: flex;
    align-items: center;
}

.post_3 .post_title {
    width: 28vw;
    height: 5vw;
    position: absolute;
    left: 2vw;
    top: 19vw;
    display: flex;
    align-items: center;
}

.post_1 .post_link, .post_2 .post_link {
    width: 7vw;
    height: 2vw;
    position: absolute;
    left: 16vw;
    top: 10.7vw;
}

.post_3 .post_link {
    width: 7vw;
    height: 2vw;
    position: absolute;
    left: 2vw;
    top: 27.2vw;
}

@media screen and (max-width: 768px) {
    article {
        font-size: 3.5vw;
        width: 80%;
        left: 10%;
    }

    #blog_header {
        font-size: 5vw;
    }

    .breakcrumb {
        margin-top: 15vw;
        font-size: 3vw;
        left: 10vw;
        margin-bottom: 2vw;
    }

    article h1 {
        text-align: center;
        color: var(--green-pea);
        font-family: var(--font-family-montserrat);
        font-size: 4vw;
        margin-bottom: 6vw;
    }

    .related_post {
        width: 80%;
        position: relative;
        left: 10%;
        padding-bottom: 5vw;
    }

    .related_post h2 {
        font-size: 4vw;
        height: 2.5vw;
        margin-bottom: 6vw;
    }

    .related_list {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 2vw;
        height: 44vw;
    }

    .related_list .post_item {
        background-color: var(--white);
        box-sizing: border-box;
        border-radius: 1vw;
        position: relative;
        height: 20.5vw;
    }

    .post_1 .post_title, .post_2 .post_title {
        width: 26vw;
        height: 7vw;
        position: absolute;
        left: 16vw;
        top: 3vw;
        display: flex    ;
        align-items: center;
    }

    .post_1 .pthumb, .post_2 .pthumb {
        top: 3vw;
    }

    #home_7_3 {
        left: 3vw;
    }

    .post_3 .post_title {
        width: 40vw;
        height: 5vw;
        left: 2vw;
        top: 28vw;
    }

    .post_3 .post_link {
        display: none;
    }

    .post_3 .post_metadata {
        width: 42vw;
        height: 2vw;
        position: absolute;
        left: 2vw;
        top: 21.6vw;
    }

    .post_3 .pthumb {
        width: 44.1vw;
        height: 20.5vw;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        border-radius: 1vw 1vw 0vw 0vw;
    }

    .related_list .post_1 .post_metadata, .related_list .post_2 .post_metadata {
        width: 50vw;
        height: 2vw;
        position: absolute;
        left: 25vw;
        top: 2.2vw;
    }

    .related_list .post_metadata img {
        width: 3vw;
        height: 3vw;
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

    .related_list .post_1 .post_title, .related_list .post_2 .post_title {
        width: 50vw;
        height: 10vw;
        position: absolute;
        left: 25vw;
        top: 4vw;
        display: flex;
        align-items: center;
        font-size: 3vw;
        line-height: 4vw;
    }

    .related_list .post_1 .post_link, .related_list .post_2 .post_link {
        display: none;
    }

    .related_list .post_metadata div {
        flex: auto;
        font-size: 2.5vw;
    }

    .related_list .post_1 .pthumb, .related_list .post_2 .pthumb {
        width: 22.1vw;
        height: 19.5vw;
        position: absolute;
        left: 0;
        top: 0vw;
        border-radius: 1vw 0vw 0vw 1vw;
        object-fit: cover;
    }
}