/**
 * About Intro Section
 *
 * Generated by Dreamz Page Builder on 2026-08-12.
 */
 .about-intro-section{
	text-align: center
 }
.about-intro-section.blue {
	background-color: var(--blue);
}
.about-intro-section.gray {
	background-color: var(--gray);
}
.about-intro-section .content-block>h2{
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}
.about-intro-section .content-block .desc:has(h2){
	max-width: 1156px;
	margin-left: auto;
	margin-right: auto;
}
.about-intro-section .content-block .desc{
	max-width: 675px;
	margin-left: auto;
	margin-right: auto;
}
.about-intro-section.blue *{
	color: var(--white);
}
.about-intro-section .content-block .subtitle,
.about-intro-section.blue .content-block .desc h6{
	color: var(--gray);
}
.about-intro-section.gray .content-block .subtitle{
	color: var(--blue);
}
.about-intro-section .content-block h2{
	margin-bottom: 25px;
}
.about-intro-section .content-block>:last-child {
    margin-bottom: 0;
}
.about-intro-section.blue .btn-text{
	color: var(--white);
}
.about-intro-section.blue .btn-text:hover{
	color: var(--pink);
}
.about-intro-section .btn-wrapper {
    margin-top: 30px;
}