.blog_show {
    width: 100%;
    padding: 5.4375rem 0 9.375rem;
    background: #ffffff;
}

.blog_show .time {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #777777;
    font-family: "Poppins_Regular";
}

.blog_show .title {
    font-size: 3rem;
    line-height: 1;
    font-family: "Ebrima_Bold";
    color: #0e0802;
    margin-top: .75rem;
}

.blog_show .blogShow_bom {
    margin-top: 4rem;
}

.blog_show .blogShow_bom .text {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Poppins_Medium";
    color: #0b0500;
}

.blog_show .blogShow_bom .text img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .blog_show {
        padding: 4rem 0 7.375rem;
    }

    .blog_show .title {
        font-size: 2.5rem;
    }

    .blog_show .blogShow_bom {
        margin-top: 3rem;
    }

    .blog_show .blogShow_bom .text {
        margin-top: 1.4rem;
    }
}

@media (max-width: 1200px) {
    .blog_show {
        padding: 3rem 0 5.375rem;
    }

    .blog_show .title {
        font-size: 2.25rem;
    }

    .blog_show .blogShow_bom {
        margin-top: 2rem;
    }

    .blog_show .blogShow_bom .text {
        margin-top: 1.1rem;
    }
}

@media (max-width: 1099px) {
    .blog_show {
        padding: 2rem 0 3.375rem;
    }

    .blog_show .title {
        font-size: 2rem;
    }

    .blog_show .blogShow_bom .text {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .blog_show {
        padding: 1rem 0 2.375rem;
    }

    .blog_show .time {
        font-size: .875rem;
    }

    .blog_show .title {
        font-size: 1.5rem;
    }

    .blog_show .blogShow_bom .text {
        margin-top: .75rem;
        font-size: .875rem;
    }
}