
#gd-faq-section {
	position: relative;
	padding: 60px 5% 200px
}
/* Targets every panel__intro except the very first one */
#gd-faq-section .panel__intro.panel__intro--white-bg.panel__intro--long-title:not(:first-of-type) {
  margin-top: 60px;
}

/*@media (min-width: 768px) {
#gd-faq-section {
	padding: 60px 5% 140px;
}

}*/

#gd-faq-section .accordion {
	margin-top: 1.5rem;
	border-top: none;
	border-bottom: none;
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 1rem;
	box-sizing: border-box;
}
#gd-faq-section .accordion-item {
	background: #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-bottom: 15px;
	border-radius: 8px
}
#gd-faq-section .accordion-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.3rem 0;
	background: none;
	border: none;
	font-size: 1.1875rem;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	line-height: 26px;
	color: #262626;
}
#gd-faq-section .accordion-icon {
	font-size: 2.1875rem;
	color: #005AA9; /* your requested color */
	transition: color 0.3s ease;
	font-weight: 700;
}
#gd-faq-section .accordion-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	color: #5C5C5C;
	font-size: 1.1875rem;
	line-height: 26px;
	font-weight: 400;
}
@media (max-width: 560px) {
	#gd-faq-section .panel__intro.panel__intro--white-bg.panel__intro--long-title:not(:first-of-type) {
	  margin-top: 40px;
	}
}