
.resources-support-forms {
		display: grid;
		align-items: baseline;
		grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
		/*gap: 15px*/
	}

	.resources-support-forms-block {
		/*text-align: center;*/
		/*border: 1px solid #e2eefd;*/
		/*padding: 30px 20px;*/
		transition: all ease-in-out 0.3s;
		padding: 10px 0px;
		/*background: #f1f6fe;*/
	}
	
	/*
	@media (max-width:767px) 
	{
		.resources-support-forms-block a{
			width:70%;
			text-align:left;
		}
	}
	*/
	
	.dropdown-menu li{
		/*padding-left: 10px;*/
	}
	
	
	.dropdown-menu .dropdown-item {
		font-size: 1.1rem; 
		padding-left:15px;
		
	}
		
	.dropdown-menu li:not(:last-child) {
		border-bottom: 1px solid #f2f2f2; 
	}
	
	.dropdown-menu li:last-child .dropdown-item {
		  margin-bottom: 0;
		  
		}
		
		.dropdown-menu li:first-child .dropdown-item {
		  margin-top: 0;
		  
		}
		
		.dropdown-menu {
		  padding-bottom: 0;
		  padding-top:0px
		}
		
		

/*
.dropdown-menu {
		min-width: max-content;
		width: auto !important;
	}
	
	.dropdown > button {
		width: auto !important;
	}
	
	
	.dropdown-menu {
  min-width: max-content;
  width: auto !important;
  padding: 0;
}
*/
/* Let the button also expand to the same width as the dropdown 
.dropdown > button {
  width: max-content !important;
  white-space: nowrap;
}*/