section[data-cattype="266"]{
    text-align: left;
    padding:70px 0px 70px 0px;
}

.panel-heading a.accordion-toggle,
.panel-heading a.accordion-toggle.closed{
    background-color: #555555;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.panel-heading a.accordion-toggle{
    background-color: #fb9202;
}

[data-cattype="266"] h2 {
	font-size: 3em;
	font-weight: 800;
    color: #000;
    text-align: center;
}

[data-cattype="266"] h2 span {
    color: #FEC21C;
}

[data-cattype="266"] .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 9px 20px;
	line-height: 1.5;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

[data-cattype="266"] .accordion-body{
	background-color: #eee;
}


.wrapper_middle h2 {
	margin: 0 !important;
}



h3{
	font-family: 'Public Sans', sans-serif;
	font-size:32px;
	margin-bottom:10px;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.space{
	margin-top:40px;
}





/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {


	section[data-cattype="266"] {
		text-align: center;
		padding: 50px 0px 70px 0px;
	}

}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
	section[data-cattype="266"] {
		text-align: center;
		padding: 50px 0px 70px 0px;
	}
	[data-cattype="266"] h2{
		font-size: 34px;
		}
	[data-cattype="266"] .space {
		margin-top: 10px;
	}
}