.dropdown-menu{
	
	margin-top: 1.1em;
    padding: 1em 0;
    font-family: 'Montserrat', sans-sarif;
    background: rgba(0,0,0,0.8);
    width: 500px;
    overflow-y: scroll;
    height: 400px;
    font-family: "Barlow",sans-serif;

}
.dropdown-menu a:hover {
	background-color:#ff5f13;
	font-size: 5px;
	padding:5px;
}
.dropdown-item{
	 white-space: break-spaces;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 15px;
    font-weight: 600;
}



.content{
	margin: 60px 0 40px;
	
}

.client-col p{
	color:#ff5f13;
	text-align:center;
	font-weight: 600;
}