.dropdown_item{	
	background: #fff;
	border: solid 1px #cecece;
	border-radius: 5px;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.dropdown_item:hover{
	border-color: #a2a2a2;
}

.dropdown_item_title,
.dropdown_item_title:hover,
.dropdown_item_title:focus{
	display: block;
	position: relative;
	text-decoration: none !important;
	color: #e63223;
	font-family: aglet-slab;
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
	padding: 22px 30px;
}

.dropdown_item_title:after{
	content: "\f068";
	position: absolute;
	right: 20px;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Font Awesome 5 Pro';
}

.dropdown_item_title.collapsed:after{
	content: "\f067";	
}

.dropdown_item:nth-child(n+2){
	margin-top: 15px
}

.dropdown_item_content{
	border-top: none;
    padding: 0 30px 0;
}

.dropdown_item_content_inner{
	padding: 15px 0 0;	
}

.jumbotron .dropdown_item_content_inner > *{
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
}

@media (max-width:767px)
{	
	
	.dropdown_item_title, .dropdown_item_title:hover, .dropdown_item_title:focus{
		font-size: 21px;
		line-height: 30px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}