/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.image-full-width{
	width:100%;
	max-width:100%;
	height: auto;
}
.accordion-button, .accordion-button:not(.collapsed) {
	border-radius: 0.5rem;
	background-color: #679dec;
	font-weight: 500;
	color: #FFF;
}
