.article {
                width: 52%;
                margin: 8rem auto 10rem;
            }

            .blog_title {
                font-size: 2rem;
                width: 100%;
                margin-bottom: 1rem;
                color: #000;
                font-family: 'H-Bold';
            }

            .blog_content {
                font-family: 'H-Regular';
                font-size: 1rem;
                color: #000;
                line-height: 1.5;
                margin-top: 1rem;
            }

            @media (max-width: 750px) {
                .article {
                    width: 90%;
                    margin: 3rem auto 6rem;
                }

                .blog_title {
                    line-height: 1.3;
                    font-size: 1.5rem;
                }

                .blog_content {
                    font-size: 0.875rem;
                }
            }
