
.monsta-seo-blog.wp-block-group.row_bloglist {
    padding-bottom: 4rem;
    padding-top: 3.5rem;
}
.monsta-seo-blog.row_bloglist .blog-item {
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.25);
}
.monsta-seo-blog.row_bloglist .blog-item,
.monsta-seo-blog.row_bloglist .blog-item .blog-item-inner {
    height: 100%;
}
.monsta-seo-blog.row_bloglist .blog-item .blog-item-img {
    overflow: hidden;
    padding-top: 60%;
    position: relative;
}
.monsta-seo-blog.row_bloglist .blog-item .blog-item-img img {
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
}
.monsta-seo-blog.row_bloglist .blog-item h3 a,
.monsta-seo-blog.row_bloglist .blog-item h3 a:visited {
    color: #444444;
}
.monsta-seo-blog.row_bloglist .monsta-blog-title {
    text-align: center;
    margin: 0 0 2rem;
}

.monsta-seo-blog .pagination-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    text-align: center;
}
.monsta-seo-blog .pagination-wrapper * {
    color: #444;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
}
.monsta-seo-blog .pagination-wrapper a:hover {
    color: var(--secondary-color) !important;
}
.monsta-seo-blog .pagination-wrapper .nav-links {
    display: flex;
    gap: 10px;
}
.monsta-seo-blog .pagination-wrapper .current {
    color: var(--secondary-color) !important;
}

.monsta-seo-single h1,
.monsta-seo-single h2,
.monsta-seo-single h3,
.monsta-seo-single h4,
.monsta-seo-single h5,
.monsta-seo-single h6 {
    color: var(--primary-color) !important;
}
.monsta-seo-single a {
    color: var(--primary-color) !important;
}
.monsta-seo-single a:hover,
.monsta-seo-single a:focus,
.monsta-seo-single a:active {
    color: var(--secondary-color) !important;
}
.monsta-seo-single a:visited {
    color: var(--primary-color) !important;
}
.monsta-seo-single h1 {
    font-size: 54px;
    line-height: 1.2;
    font-weight: 600;
}
.monsta-seo-single h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
}
.monsta-seo-single h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}
.monsta-seo-single h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}
.monsta-seo-single h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
.monsta-seo-single .blog-item-img {
    margin-bottom: 3rem;
}
.monsta-seo-single .single-title {
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 3rem;
    text-align: center;
}
.monsta-seo-single .blog-item-content a {
    text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
    .monsta-seo-single h1 {
      font-size: 50px;
    }
    .monsta-seo-single h2 {
      font-size: 36px;
    }
}

@media only screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 1024px) {
    .monsta-seo-single h1 {
      font-size: 40px;
    }
    .monsta-seo-single h2 {
      font-size: 30px;
    }
    .monsta-seo-single h3 {
      font-size: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .monsta-seo-single h1 {
      font-size: 36px;
    }
    .monsta-seo-single h2 {
      font-size: 28px;
    }
    .monsta-seo-single h3 {
      font-size: 24px;
    }
    .monsta-seo-single h4 {
      font-size: 22px;
    }
}

@media only screen and (max-width: 568px) {
    .monsta-seo-single h1 {
      font-size: 32px;
    }
}

@media only screen and (max-width: 375px) {
    .monsta-seo-single h1 {
      font-size: 30px;
    }
    .monsta-seo-single h2 {
      font-size: 24px;
    }
}