/* Hero Section */
.wp-block-group.hero_section_ms .wp-block-image img,
.wp-block-group.todays_word_ms .wp-block-image img {
    transition: transform 0.6s ease;
}

.wp-block-group.hero_section_ms .wp-block-image img:hover,
.wp-block-group.todays_word_ms .wp-block-image img:hover {
    transform: scale(0.9);
}

.latest-parent-category {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #007396;
}

.latest-parent-arrow {
    color: #007396;
    font-size: 20px;
    font-weight: 500;
}

.latest-parent-category:hover, .latest-parent-arrow:hover {
    color: #003b5c;
}

.blog_media_ms .wp-block-media-text__content {
    padding: 0 4%;
}

.blog_media_ms img.wp-image-1760.size-full {
    border-radius: 30px;
}

.footer_blog_bottom img,
.footer_blog_bottom img {
    transition: transform 0.6s ease;
}

.footer_blog_bottom img:hover,
.footer_blog_bottom img:hover {
    transform: scale(0.9);
}

.featured_image_blog_ms {
    transition: transform 0.4s ease;
}

.featured_image_blog_ms:hover {
    transform: scale(1.1);
}

/* Between 810px and 1439px */
@media (min-width: 810px) and (max-width: 1439px) {
    .blog_post_template_ms {
        padding: 0 50px !important;
    }
}

/* Max width 600px */
@media (max-width: 600px) {
    .blog_post_template_ms {
        padding: 0 20px;
    }

    .blog_media_ms .wp-block-media-text__content {
        padding: 20px 0;
    }
.footer_blog_bottom {
    padding: 0px 20px 30px 20px !important;
}
}