
/*

--------------------------*/

.access_img{
	display:flex;
}
.access_img img{
	width:550px;
	height:auto;
}
.bg_lyel {
	background: #FDFDDA;
}
.bg_yel {
	background: #FADB4C;
}

.bg_lblu {
	background: #D0F0F9;
}
.bg_blu {
	background: #69BBDC;
}

.bg_lgre {
	background: #CDF9D0;
}
.bg_gre {
	background: #6ED179;
}

.bg_pnk {
	background: #FACDF0;
}

.bg_gry {
	background: #F6F6F6;
}

.cat_access{ 
	padding:10px;
	margin-top:5px;
}
.btn_access:hover{
	cursor:pointer;
}
.btn_access {
  width:120px;
	border-radius:5px;
  background: #009fe8;
  color: #F8F3EF;
  text-align: center;
	font-weight:bold;
  padding:5px;
}




@media screen and (min-width: 841px) and (max-width: 1200px){
	
	.access_img{
		display:block;
	}

	
}





@media screen and (max-width: 840px){

	
	.access_img{
		display:block;
	}

	
}










