/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  position: relative;
}

.about .container {
  position: relative;
  padding-top: 95px;
}

.about .content {
  padding: 0 0;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #bfbfbf;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .to-team {
  font-style: normal;
  text-decoration: none;
}

.about .content a:hover {
  background: #7de2e7;
  color: #fff;
}

@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}
/*--------------------------------------------------------------
# Visuel
--------------------------------------------------------------*/
.visuel {
  background: #fff;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  position: relative;
  padding-bottom: 120px;
}

.team h3 {
  font-weight: 600;
  font-size: 24px;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 600;
  font-size: 20px;
  color: #0e879a;
}

.team .member span {
  display: block;
  font-size: 15px;
  /*padding-bottom: 10px;*/
  position: relative;
  font-weight: 600;
  color: #0fafcc;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0fafcc;
  bottom: 0;
  left: 0;
}

.team .member p {
  font-size: 15px;
  color: #0fafcc;
  margin-bottom: 0;
}

.team .member .social {
  position: absolute;
  top: 3px;
  right: 3px;
}

.team .member .social {
  position: absolute;
  top: 8px;
  right: 3px;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  background: #ecf6fe;
  color: #0fafcc;
}

.team .member .social a i {
  font-size: 14px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background:#7de2e7;
  color: #fff;
}
