.services_page h1
{
	padding-top: 5rem;
	font-size: 3.5rem;
}
.services-item1 li  
{
	padding: 7px 5px 7px 15px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #a0caf38c;
    margin: 10px;
    border-radius: 5px;
    list-style-type: none;
}
.span_services
{
	font-size: 1.4rem;
	color: #000 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.how_access
{
	border: 2px solid #2A3855;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}
.how_access_img
{
	width: 100px;
	height: 100px;
	margin: auto;
	border: 2px solid #8080804f;
	border-radius: 50%;
	padding: 1rem;

}
.how_access_img:hover  
{
	background-color: #8080807a;
}
.how_access_img img 
{
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;}