
.depicter-31-element-9 .depicter-bullet-item{
	background-color:#034AA6;
	border-radius:5px 5px 5px 5px ;
	width:15px;
	height:15px;
}
.depicter-31-element-9 .depicter-bullet-item.depicter-bullet-active{
	background-color:#FFF;
}
.depicter-31-element-9 .depicter-bullets-wrapper{
	gap:5px;
	flex-direction:row;
}
.depicter-revert .depicter-31-section-15 .depicter-section-background{
	background-color:#FFF;
}
.depicter-revert .depicter-31-section-1 .depicter-section-background{
	background-color:#FFF;
}
.depicter-revert .depicter-31-section-3 .depicter-section-background{
	background-color:#FFF;
}

/***** Tablet *****/
@media screen and (max-width: 1024px){

.depicter-31-element-9 .depicter-bullet-item{
	width:8px;
	height:8px;
}

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

.depicter-31-element-9 .depicter-bullet-item{
	width:5px;
	height:5px;
}

}
