/*!
Theme Name: Magic Charter
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: magic-charter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Magic Charter is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* .about-section {
    padding: 50px 0;
    text-align: center;
}

.about-text p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto 30px;
    color: #123;
} */

.about-image img {
    width: 100%;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
}

/* About Page: who section start  */
/* .who-section {
    padding: 60px 20px;
} */

/* .who-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.who-image img {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    display: block;
}

.who-content {
    flex: 1;
	text-align:center;
}

.who-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #234;
}

.who-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #345;
} */

/* For image on the right */
.who-section.reverse .who-container {
    flex-direction: row-reverse;
}

/* who section End  */
.capacity-details p {
    margin-bottom: 6px;
}


