/*
Theme Name: SY 2025
Theme URI: https://example.com
Author: Stone
Author URI: https://example.com
Description: A minimal Full Site Editing (FSE) block theme for WordPress. Built as a clean starting point for custom WordPress projects.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sy-2025
Tags: block-theme, full-site-editing, custom-colors, custom-spacing, custom-typography, editor-style, featured-images, style-variations, template-editing, wide-blocks
*/

.banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
}
.banner figure,
.banner figure img {
    max-width: 1312px;
    max-height: 575px;
    width: 100%;
    object-fit: cover;
}
.banner-text {
    /*position: absolute;*/
    /*bottom: 0;*/
    margin-top: -230px;
    background: url(./assets/images/banner-text-bg.svg);
    width: 100%;
    height: 570px;
    overflow-y: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;    
}
.banner-text__content {
    margin-top: 95px;
    max-width: 768px;
}

.block-img-text {
    display: flex;
    flex-direction: row;
    padding: 0 64px;
    margin: auto;
}
.block-img-text__text {
    max-width: 568px;
}
.block-img-text figure {
    flex-shrink: 0;
    max-width: 552px;
}
