/* PC */
.blog_block{
    margin-top: 230px;
}
.blog_background_decorations{
    display: block;
    position: fixed;
    z-index: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.blog_footer_content{
    position: relative;
    z-index: 4;
    background-color: #ffffff;
}
.blog_upper_decoration{
    height: 300px;
    margin: 30vh 0 50px calc(10% - 150px);
    background: url('/static/main/plaster.png') no-repeat;
    width: 100%;
}
.blog_lower_decoration{
    height: 400px;
    margin: 0 0 25vh calc(15% - 200px);
    background: url('/static/main/heart.png') no-repeat;
    width: 100%;
}
.blog_header>h1{
    text-align: center;
    font-weight: 700;
    color: #343434;
    font-size: 50px;
    margin-bottom: 20px;
}
.blog_header>h6{
    text-align: center;
    font-weight: 400;
    color: #7b7b7b;
    font-size: 16px;
    margin-bottom: 60px;
}
.blog_body{
    width: 55%;
    margin: 0 auto;
    color: #4A595B;
    font-weight: 700;
    font-size: 20px;
    max-width: 1200px;
}
.blog_img{
    width: 55%;
    margin: 120px auto 50px auto;
    max-width: 1200px;
    position: relative;
    z-index: 4;
}
.blog_img>img{
    width: 100%;
}
@media screen and (max-width: 1750px){
    .blog_block{
        margin-top: 220px;
    }
    .blog_background_decorations{
        opacity: 0.4;
    }
    .blog_upper_decoration{
        height: 300px;
        margin: 30vh 0 50px calc(10%);
        background: url('/static/main/plaster.png') no-repeat;
        width: 100%;
    }
    .blog_lower_decoration{
        height: 400px;
        margin: 0 0 25vh calc(15%);
        background: url('/static/main/heart.png') no-repeat;
        width: 100%;
    }
    .blog_body{
        width: 70%;
    }
    .blog_img{
        width: 70%;
    }
}
@media screen and (max-width: 1550px){
    .blog_block{
        margin-top: 180px;
    }
    .blog_header>h1{
        font-size: 40px;
        margin-bottom: 13px;
    }
    .blog_header>h6{
        font-size: 13px;
        margin-bottom: 48px;
    }
    .blog_body{
        font-size: 16px;
    }
    .blog_body{
        width: 80%;
    }
    .blog_img{
        width: 80%;
    }
    .blog_img{
        margin: 96px auto 40px auto;
    }
}
@media screen and (max-width: 1200px){
    .blog_block{
        margin-top: 150px;
    }
    .blog_header>h1{
        font-size: 32px;
        margin-bottom: 10px;
    }
    .blog_header>h6{
        font-size: 10px;
        margin-bottom: 38px;
    }
    .blog_body{
        font-size: 13px;
    }
    .blog_body{
        width: 80%;
    }
    .blog_img{
        width: 80%;
    }
    .blog_img{
        margin: 77px auto 32px auto;
    }
}


/* MOBILE */
@media screen and (max-width: 1000px){
    .blog_background_decorations{
        display: none;
    }
    .blog_header>h1{
        font-size: 32px;
        margin-bottom: 10px;
    }
    .blog_header>h6{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .blog_body{
        font-size: 20px;
    }
    .blog_body{
        width: 95%;
    }
    .blog_img{
        width: 95%;
    }
    .blog_img{
        margin: 60px auto 26px auto;
    }
}
@media screen and (max-width: 675px){
    .blog_block{
        margin-top: 135px;
    }
    .blog_header>h1{
        font-size: 26px;
        margin-bottom: 8px;
    }
    .blog_header>h6{
        font-size: 16px;
        margin-bottom: 24px;
    }
    .blog_body{
        font-size: 16px;
    }
    .blog_body{
        width: 95%;
    }
    .blog_img{
        width: 95%;
    }
    .blog_img{
        margin: 48px auto 21px auto;
    }
}
@media screen and (max-width: 470px){
    .blog_block{
        margin-top: 80px;
    }
    .blog_header>h1{
        font-size: 21px;
        margin-bottom: 6px;
    }
    .blog_header>h6{
        font-size: 13px;
        margin-bottom: 19px;
    }
    .blog_body{
        font-size: 13px;
    }
    .blog_body{
        width: 95%;
    }
    .blog_img{
        width: 95%;
    }
    .blog_img{
        margin: 38px auto 17px auto;
    }
}