@charset "utf-8";

#questions2 details > summary {
    list-style-type: none;
}

#questions2 details > summary::-webkit-details-marker {
    display: none;
}

#questions2 details > summary::before {
    content: '＋';
	font-size: 2rem;
	color: var(--brand-blue);
	margin-right: 1rem;
}

#questions2 details[open] > summary::before {
    content: '－';
}

#questions2 details[open] > summary {
    margin-bottom: 0.5rem;
}
#questions2__holder{
	max-width: 1200px;
	padding: 3rem 40px 3rem;
	margin: auto;
}
#questions2__title{
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--brand-blue);

}

.questions2__unitTitle{
	font-size: 1.25rem;
	font-weight: 700;
	display: flex;
    align-items: center;
	cursor: pointer;
}

.questions2__divider{
	margin-top: 1rem;
	margin-bottom: 1rem;
	height: 1px;
	border: none;
	background: #F2F2F4;
}
.questions2__link {
	color: var(--brand-blue);
	cursor: pointer;
}

.questions2__flavor{
	color: var(--brand-blue);
}

@media only screen and (max-width: 800px) {

	#questions2__title{
		text-align: center;
	}
	#questions2__holder {
		padding: 3rem 20px 3rem;
	}
}
