/*
 Theme Name:   Child GeneratePress
 Template:     generatepress

 child generatePress CSS modified by Yoshida-san
*/


/* 自分の追加CSSを書く */

.whats-new-section {
    text-align: left; /* 左揃え */
    margin-bottom: 20px;
}

.whats-new-section h2 {


    font-size: 2.3em;
    max-width: 820px;
	padding-left: 40px;
	padding-top: 40px;
    margin: 0; /* 必要に応じて調整 */
	text-align: left; /* 左揃え */
	background-color: #fff; 
	height: 130px;
}

