@import url('../../components/hero/hero-buttons.css');
@import url('../../components/hero/hero-product-card.css');

@import url('./hero-content.css?v=1');
@import url('./hero-background.css');
@import url('./hero-visual.css');
@import url('./hero-responsive.css');

@import url('../../animations/hero/hero-animations.css');

.hero-section {
    position: relative;
    padding: var(--header-height) 0 10px 0;
    display: flex;
    align-items: center;
	
}

.hero-section__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}