/* 
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
*/

/*
    Add your custom styles here
*/


.grid {
	display: grid;
}

.grid.two-col {
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 60px;
}

.grid.two-col .grid-item {
	display: grid;
	grid-template-columns: 68px auto;
	grid-column-gap: 0;
	vertical-align: top;
}

.grid.two-col img {
	width: 100%;
}

.grid.two-col .content {
	background: #fff;
	padding: 20px;
	box-shadow: 6px 6px 1px 3px #e9e9e6;
	transition: background .05s ease-in-out;
}

.grid.two-col h3 {
	margin: 0 0 10px;
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.grid.two-col a {
	color: #484742;
	/* transform: scale(1);
	transition: transform .15s ease-in; */
}

.grid.two-col a:hover {
	/* transition: transform .25s ease-in;
	transform: scale(1.02); */
}

.grid.two-col a:hover .content {
	background: #E1F4F7;
	transition: background .25s ease-in;
}

.grid.two-col .more {
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #0099A9;
	font-size: .8rem;
	font-weight: 700;
}

.grid.two-col p {
	font-size: 1rem;
}