/* .intro-title {
	margin-top: 2rem;
	text-align: center;
	font-size: var(--h3-font-size);
	width: 100%;
	margin: 0 auto;
} */

.intro-title::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 2px;
	background: #d7acdd;
	margin-inline: 1.2rem 0.5rem;
}

/* .about__us-content {
	margin-block: 4rem 7rem;
	padding: 3rem 1.5rem;
	background-color: rgba(193, 219, 220);
	display: flex;
	flex-direction: column;
} */

/* .image-container { */
/* order: 1; */
/* padding: 2rem 3rem;
	margin-bottom: -10rem;
} */

/* .about__us-intro {
	order: 2;
} */

.about__us-intro .title {
	font-size: var(--larger-font-size);
	font-weight: var(--font-bold);
	font-style: var(--secondary-style);
	position: relative;
	margin-bottom: 2rem;
}

.about__us-intro .title::before {
	content: "";
	position: absolute;
	bottom: -0.5rem;
	left: -2rem;
	vertical-align: middle;
	width: 5rem;
	height: 2px;
	background: #d7acdd;
	margin-inline: 1.2rem 0.5rem;
}

.subtitle-about {
	font-size: var(--large-font-size);
	margin-bottom: 3rem;
}

/* .question-title p {

} */

article {
	margin-bottom: 1rem;
}

.question-btn span {
	background-color: rgba(193, 219, 220);
}

.about-us-article .hr {
	margin-block: 1rem 0.25rem;
	height: 2px;
	background-color: grey;
}

.about-us-article .hr div {
	width: 0%;
	height: 2px;
	background-color: var(--first-color);
	transition: width 0.5s ease;
}

.about-us-article.new-text .hr div {
	width: 100%;
}

.question-text {
	max-height: 0;
	overflow: hidden;
	opacity: 1;
	color: black;
	display: block;
	transition: max-height 0.5s ease;
}

.new-text .question-text {
	max-height: 1000px;
}

.new-text .question-underline {
	display: block;
}
.minus-icon {
	display: none;
}

.plus-icon:hover,
.minus-icon:hover {
	transform: none;
}

.new-text .minus-icon {
	display: inline;
}

.new-text .plus-icon {
	display: none;
}

/* .section-code-of-conduct {
	margin-block: 2rem 1.5rem;
	padding-inline: 1.5rem;
} */

/* .subtitle-cof {
	text-align: center;
	font-size: var(--h1-font-size);
	font-weight: var(--font-semi-bold);
	font-style: var(--secondary-style);
	letter-spacing: 2px;
	margin-bottom: 0.5rem;
} */

/* .about-us-list {
	margin-top: 1rem;
} */

.cof-breakdown {
	display: flex;
	column-gap: 1rem;
	margin-bottom: 1.5rem;
}

.conduct-image {
	width: 40%;
}

.conduct-image svg {
	background-color: rgb(243, 249, 241);
}

.cof-breakdown h3 {
	font-size: var(--h1-font-size);
	margin-bottom: 0.25rem;
}

/* .cof-breakdown p {
} */
