.dropdown_item_title{
	display: block;
	position: relative;
	padding: 3.6rem 10rem 3.6rem 3.6rem;
	text-decoration: none !important;
	
	color: #ffffff !important;
	font-family: Archivo;
	font-size: 2.2rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.8rem;
}

.dropdown_item{	
    border-bottom: 0.1rem solid #102143;
}

.dropdown_item_title:after{
	content: "\f00d";
	position: absolute;
	right: 3.6rem;
	top: 3rem;
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	font-weight: 300;
	border: 0.2rem solid #102143;
	width: 4rem;
	height: 4rem;
	color: #4fd6db !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: 0.15s transform;
}

.dropdown_item_title.collapsed:after{
	transform: rotate(45deg);
}

.dropdown_item_content{
	border-top: none;
}

.dropdown_item_content_inner{
	padding: 0 3.6rem 3.6rem;
}

@media (max-width:767px)
{		
	.dropdown_item_title{
		padding-left: 0;
	}
	
	.dropdown_item_content_inner {
		padding: 0;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}