/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2023 | 09:20:53 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.hearing-type-slide{
	text-align: center;
    padding: 20px;
    box-shadow: 0 0 10px #00000042;
    border-radius: 12px;
}
.hearing-type-slide h5{
	color:#002ac0;
	font-size: 22px;
	text-decoration:underline;
}
.hearing-type-slide img{
	background-color:#eae4e4;
	border-radius:6px;
}
.hearing-type-slide h3{
	font-size: 20px;
    padding: 15px 0 0;
}
.hearing-type-slide a{
	background-color: #002ac0;
    color: white;
    display: block;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 4px black;
}
.hearing-type-slide a:hover{
	background-color: black;
	color: white;
}


