/*staff caurosul CSS*/
.wrapper {
  background-color: #9F0A04;
  padding: 3px;
  margin-top: 3px;
}
.img-area {
  background: #fff;
  border-radius: 40% 0 30% 0;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 71px 33px;
}
.img-area img {
  height: 250px;
  width: 250px !important;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-size: cover;
} 
.img-text {
  background-color: #fff;
  margin-top: 3px !important;
  color: #273339;
  text-align: left;
}
.img-text h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 10px;
}
.img-text h2 {
}
.img-text p {
  margin: 0;
  font-size: 22px;
  margin-left: 10px;
}
.img-text i {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #9f9f0e;
}
