/*
Theme Name: Organic STAX Child
Theme URI: https://www.organicthemes.com/theme/stax-theme
Author: Organic Themes
Author URI: https://organicthemes.com/
Template: organic-stax
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.6.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
.wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item a,
.wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item a {
	font-size: default;
}*/
a:where(:not(.wp-element-button)) {
  font-size: 1.5rem;
}
footer {
    a:where(:not(.wp-element-button)) {
        font-size: inherit;
    }
}
ul.wp-block-list.perks-and-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    list-style: none;
    padding: 0;
    justify-content: center;
    justify-items: center;

    li {
        list-style: none;
        background-color: #7db8e5;
        color: #fff;
        width: calc(25% - 3rem);
        min-height: 8rem;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 10px;

        img {
            display: block;
            width: auto;
            margin-bottom: 10px;
        }

        @media screen and (max-width: 768px) {
            width: calc(50% - 3rem);
        }
    }

}
