/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*Blog page  */
.white-heading span
{
color: #fff;
background-image: url("data:image/svg+xml,%3Csvg width='103' height='9' viewBox='0 0 103 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7C17.3432 3.22688 58.6236 -2.05548 101 7' stroke='%237CC243' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: bottom;
background-size: contain;
padding-bottom: 15px;
}


.schedule-link a {
    color: #4F341F !important;
    transition: all 0.5s ease;
}

.schedule-link a:hover {
    color: #7CC243 !important;
}

@media (max-width: 767px) {
.white-heading span {
    padding-bottom: 8px;
}
.Blog-grid-img-box a img {
    height: fit-content;
}
} 

