.our-team {
  border-top: 1px solid #fff;
  background: #fff;
  border-radius: 5px;
  margin-top: 72px;
}

.our-team .pic {
  width: 40%;
  border: 3px solid #fff;
  border-radius: 60px 0;
  margin: -72px auto 0;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}

.our-team:hover .pic {
  border-radius: 50%;
  border-color: #cc3333;
}

.our-team .pic img {
  width: 100%;
  height: auto;
}

.our-team .team-content {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.our-team .team-title {
  font-size: 24px;
  color: #333;
  margin: 20px 0 0;
  text-transform: uppercase;
}

.our-team .post {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 15px;
}

.our-team .description {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  padding: 0 35px;
  line-height: 22px;
  margin-bottom: 60px;
}

.our-team .social-links {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -25%;
  left: 0;
  margin: 0;
  padding: 1px 0;
  list-style: none;
  background: #cc3333;
  transition: all 0.2s linear 0s;
}

.our-team:hover .social-links {
  bottom: 0;
}

.our-team .social-links li {
  display: inline-block;
  margin: 0 5px;
  font-size: 0.8rem;
  color: #fff;
}

.our-team .social-links li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
}

.our-team .social-links li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-top: 80px;
  }
}

.bg-gray {
  background-color: rgba(166, 166, 166, 0.2);
}

/* Hiden-Show Text*/

#toggle-1 {
  display: none;
}

label {
  -webkit-appearance: push-button;
  -moz-appearance: button;
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}

/* CSS padrão da div */

#show {
  display: none;
}

/* CSS quando o checkbox está marcado */

#toggle-1:checked ~ #show {
  display: block;
}
