.about-team {
  padding: 40px 0 40px 0;
  position: relative;
}

.about-team::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.about-team .container {
  position: relative;
  z-index: 10;
}
.about-team .jembe-section{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-team .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 7px 10px 7px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.7rem;
  margin-bottom: 20px;
}

.about-team .about-col .img {
  position: relative;
}

.about-team .about-col .img img {
  border-radius: 4px 4px 0 0;
}

.about-team .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

.about-team .about-col .img i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
.about-team .about-col .learn i {
  font-size: 20px;
  color: #fff;
}

.about-team .about-col:hover .icon {
  background-color: #fff;
}

.about-team .about-col:hover i {
  color: #fff;
}

.about-team .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

.about-team .about-col h2 a {
  color: #000;
}

.about-team .about-col h2 a:hover {
  color: red;
}

.about-team .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 20px;
}
.section-header p{
  font-size: 16px;
}
.section-header h3{
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
}
.section-header h3 span{
  color: red;
}
.about-col .img img{
  height: 30vh;
  width: 100%;
  object-fit: cover;
}
.text-button-icon {
  text-transform: uppercase;
  color: #1e1e1e;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.text-button-icon i {
  margin-left: 5px;
  font-size: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.text-button-icon:hover {
  color: black;
}

a.text-button-icon:hover i {
  padding-left: 5px;
}


@media (min-width: 1040px) {
  
}



/*jembefmradio file css*/

.kipindi{
  padding: 0 2rem;
}
.kipindi h3{
  font-size: 22px;
  padding-top: 2.5rem;
  text-transform: uppercase;
}

.kipindi h4{
  font-style: italic;
}
.kipindi h4 span{
  color: red;
}



.about-team .about-col .post-meta{
  padding: 0.5rem 2rem;
}
.about-team .about-col .post-meta a{
  font-size: 14px;
  color: #000;
  font-weight: bold;
}