@charset "UTF-8";

/*
Theme Name:pass4life
Theme URI: https://wordpress.org/themes/pass4life/
Author: the WordPress team
Author URI: https://wordpress.org/
Description:pass4life is a blank canvas for your ideas and it pass4lifees the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See howpass4life elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:pass4life
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

pass4life WordPress Theme, (C) 2020 WordPress.org */

.about-card{background:#1F1F1F; padding:2rem; border-radius:1rem;}

.about-card ul {
    list-style: none;
}

.about-card li {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.about-card li:last-child {
    margin-bottom: 0;
}

.about-card .icon {
    color: #f5c400;
    font-size: 20px;
    margin-top: 4px;
}

.about-card h4 {
    font-size: 1.2rem;
	color:#fff;
    margin-bottom: 4px;
}

.about-card p {
    font-size: 1rem;
    color: #ccc;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.areas-grid span {
    background: #1c1c1c;
    color: #fff;
    padding: 14px 0;
	text-align:center;
    border-radius: 1rem;
    font-size: 0.9rem;
}