

section[data-cattype="302"]{
	background-size:cover !important;
}

section[data-cattype="302"] h1{color:#fff;}

section[data-cattype="302"] ul.grid li .wrapper_image{max-width:120px; height:90px; margin: 0 auto; border:0;}

section[data-cattype="302"] ul.grid li a{
display: inline-block;
}

section[data-cattype="302"] ul.grid li{
background:#fff;
border-radius:50%;
width:267px;
height:267px;
border:15px solid #1a5956;
 margin:30px 50px;
 padding: 40px;
}

section[data-cattype="302"] ul.grid li:hover{border: 15px solid #206cb7 ;}

section[data-cattype="302"] ul.grid li:hover .caption{color:#5d87b9;}

section[data-cattype="302"] .caption{font-size:18px; font-family:'RobotoBold';}


section[data-cattype="302"] .more-btn{color:#1a5956; font-size:25px; font-family:'RobotoBold';}

section[data-cattype="302"] .more-btn:hover {
    color: #206cb7;
}

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

  section[data-cattype="302"] ul.grid li .wrapper_image {
    max-width: 80px;
    height: auto;
	}
	
	section[data-cattype="302"] ul.grid li {
    
    width: 140px;
	height: 140px;
	border: 5px solid #229c93;
	margin: 10px 5px;
	padding: 19px 6px;
	}
	
	section[data-cattype="302"] ul.grid li:hover{border: 5px solid #5d87b9;}
	
	section[data-cattype="302"] .caption {
    display: inline;
	}
	
	section[data-cattype="302"] .more-btn {
    font-size: 19px;
	}
  
}

