.our-team-content {
  display: block;
  margin: 20px 30px 0;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #000000ec;
}
.our-team-content1 {
  display: flex;
}
.content {
  display: inline-block;
}
.content1 {
  width: 40%;
}
.content1 img {
  width: 95%;
  margin: auto;
}
.content2 {
  width: 60%;
  padding: 0 40px;
}
.our-team-content h2 {
  text-align: center;
  /* text-decoration: underline; */
}
.our-team-content ul {
  padding: 0;
  list-style: none;
}
.our-team-content h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.our-team-content ul li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 850px) {
  .our-team-content1 {
    display: block;
  }

  .our-team-content1 .content1 {
    width: 100%;
    margin: auto;
  }
  .our-team-content1 .content1 img {
    width: 100%;
    margin: auto;
  }
  .our-team-content1 .content2 {
    width: 100%;
    padding: 0;
    margin: auto;
  }
}

.team-section {
  display: block;
  padding: 0 20px;
}
.team {
  display: inline-block;
  width: 23%;
  margin: 20px 5%;
  box-sizing: border-box;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 4px;
  background-color: #efefef;
}
.team:hover {
  background-color: #0ba6ff;
  /* opacity: 0.6; */
}
.team:hover .tname {
  color: white;
}
.team:hover .degn {
  color: white;
}
.team img {
  border-radius: 100%;
  margin: 20px 25% 0;
  z-index: 1;
  width: 50%;
}
.team p {
  text-align: center;
  display: block;
}
.team .tname {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.925);
  margin-bottom: 0;
  padding-bottom: 4px;
  line-height: 16px;
}
.team .degn {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.76);
  font-weight: 500;
  margin-top: 5px;
  line-height: 16px;
}
/* responsive */
@media screen and (max-width: 600px) {
  .our-team-content {
    margin: auto;
  }
  .team {
    width: 100%;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 1050px) {
  .our-team-content .content2 h2 {
    padding-top: 40px;
  }
  .content2 {
    padding: 0;
  }
  .our-team-content1 {
    display: block;
  }

  .our-team-content1 .content1 {
    width: 100%;
    margin: auto;
  }
  .our-team-content1 .content1 img {
    width: 100%;
    margin: auto;
  }
  .our-team-content1 .content2 {
    width: 100%;
    padding: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  .team {
    width: 42%;
    margin: 20px 3%;
  }
}
@media only screen and (min-width: 1051px) {
  .content1 img {
    height: 100%;
  }
}
