.dynamic-services ul{
	margin: 0;
	display: flex;
	justify-content: space-around;
}
.learn-more {
    flex-direction: row !important;
    justify-content: space-between !important;
}
.learn-more a{
	border: none !important;
}
.dynamic-services ul li svg {
    width: unset !important;
}
.learn-more:hover svg{
	fill: #41aa85 !important;
}
.learn-more:hover a{
	color: #41aa85 !important;
}
.dynamic-services ul li h2 a:hover{
	color: unset;
}
.dynamic-services ul li h2 a:hover{
	color: unset;
	font-weight: 400 !important;
    font-size: 20px;
    font-family: "Open Sans";
}
.dynamic-services ul li h2 a{
	font-weight: 400 !important;
    font-size: 20px;
    font-family: "Open Sans";
}
@media screen and (max-width: 976px) {
	.static-dental-tech-services{
		display: none !important;
	}
	.default-services {
    	display: none;
}
}
@media screen and (max-width: 767px) {
	.dynamic-services ul{
		flex-direction: column;
	}
	.learn-more{
		flex-wrap: nowrap !important;
	}
	.learn-more .uagb-ifb-icon-wrap{
		text-align: right !important;
	}
	.dynamic-services ul{
		margin-top: 50px !important;
	}		
	.dynamic-services ul li > div{
		padding: 15px !important;
	}
	
}