.heading h2 {
    color: #000;
	font-family: "ToranongPro";
    font-size: 2rem;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 0px;
	padding-bottom: 60px;
}
.our-staff .staff-block:hover {
    border: 0;
}

.our-staff{
  background: none;
  
}
.our-staff .staff-block{ 
   float:center; 
   width:100%; 
   background:#fff; 
   padding-top: 20px; 
   text-align:center; 
   border: none;
   margin: 0 0 28px;
}
.our-staff .staff-block figure{
   width:270px; 
   height:368px; 
   border-radius:10%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-staff .staff-block img{ 
   width:270px; 
   border-radius:25px;
   overflow: hidden;
   height:368px;
}
.our-staff .staff-block h3{ 
   color: rgb(182, 4, 4, 1);
   font-family: "ToranongPro";
   font-size:35px; 
   font-weight:bold; 
   padding:0px 0;
   text-align: center;
    letter-spacing:1px;
}
.our-staff .staff-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}

.our-staff .staff-block p.staff-tel { 
   color:#2a2a2a; 
   font-family: "Tahoma";
   font-size:18px; 
   line-height:25px; 
   font-weight:bold;
   text-align: center;
   bottom: 40px;
   letter-spacing:1px;
}

.our-staff .staff-block p.staff-position { 
   color:#000; 
   font-family: "Tahoma";
   font-size:18px; 
   line-height:25px; 
   font-weight:normal;
   text-align: center;
   bottom: 40px;
}

.our-staff .staff-block i {
	display: inline-block;
	color: rgb(182, 4, 4, 1);
	margin: 0 4px;
    font-size: 20px;
}