/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Quape VN
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/* Blogs */
.blogs-detail {
	background: #F2F0EA;
}
article.blogs {
	padding: 216px 0 120px 0;
	width: 1200px;
	margin: -96px auto 0;
}
article.blogs .entry-thumbnail img {
	width: 100%;
	margin: 80px 0;
}
article.blogs .entry-title h1 {
	color: #221D12;
	font-family: "Ibarra Real Nova";
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1.6px;
	text-align: center;
}
article.blogs .entry-content {
	color: #221D12;
	text-align: justify;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.32px;
}
.section-programme .e-n-accordion-item-title-text span {
    position: absolute;
    right: 92px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 36px;
}

@media (max-width: 480px) {
	.section-programme .e-n-accordion-item-title-text span {
		position: unset;
	}
}

