/* 
Theme Name: CreativeCore
Theme URI: https://github.com/elementor/hello-theme-child/
Description: CreativeCore provides a solid foundation for creative projects, combining unique design with seamless functionality
Author: MI Dexigner
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* Add your custom styles here */


.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    gap: 20px; /* Gap between the grid items */
}

.grid-item {
    padding: 10px;
    text-align: center;
}
.project--title{
	color: var(--e-global-color-primary);
    font-weight: var(--e-global-typography-primary-font-weight);
    font-family: "Play", Sans-serif;
    font-size: 37px;
	position:relative;
}
.project--title:after{
    content: '';
    border: 1px solid #FF0000;
    width: 14%;
    margin: 11px auto 0;
    display: block;
}
.project--title span{
	color:red;
}
