/**
 * Theme Name: Best4u Media Child
 * Description: Best4u Media Child theme
 * Author: Best4u Media B.V.
 * Template: blocksy
 * Text Domain: blocksy-child
 */

/* Do not use this file. Just use the assets > src > sass folder for Sass/PostCSS */

.wp-block-home-hero .wp-block-home-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    gap: 16px;
}

.wp-block-home-hero .wp-block-home-hero__buttons .wp-block-home-hero__button {
    position: static;
}