.circle-progress {
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 30px;
  }
  
  .circle-progress canvas {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .circle-progress .circle-warp {
    margin-bottom: 5px;
    position: relative;
  }
  
  .circle-progress h2 {
    position: absolute;
    width: 97%;
    top: 50%;
    margin-top: -20px;
    font-size: 30px;
    font-weight: 300;
    color: #ffc000;
  }
  .services-warp {
    padding-top: 56px;
    padding-bottom: 30px;
    max-width: 1227px;
    margin: -91px auto 0;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 0 #00000075;
    box-shadow: 0 0 0 #00000075;
    z-index: 99;
}
.team-text {
    text-align: center;
    margin-bottom: 45px;
  }
  
  .team-text h2 {
    font-weight: 300;
    margin-bottom: 40px;
  }
  
  .team-text p {
    font-size: 18px;
    line-height: 2;
  }
  
  .team-member {
    margin-top: 35px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0);
    box-shadow: 0 0 200px rgba(0, 0, 0, 0);
  }
  
  .team-member:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #e3f0fa;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .team-member img {
    position: relative;
    z-index: 2;
  }
  
  .team-member .member-info {
    position: relative;
    text-align: center;
    padding: 40px 20px 47px;
    z-index: 3;
  }
  
  .team-member .member-info h3 {
    font-size: 20px;
  }
  
  .team-member .member-info p {
    margin-bottom: 20px;
  }
  
  .team-member .member-info .site-btn {
    min-width: 127px;
  }
  
  .team-member:hover {
    -webkit-box-shadow: 0 26px 49px rgba(0, 0, 0, 0.17);
    box-shadow: 0 26px 49px rgba(0, 0, 0, 0.17);
  }
  
  .team-member:hover:after {
    opacity: 0;
  }

  .btn {
    font-family: "Oswald";
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 40px;
    padding: 8px 30px;
    margin-bottom: 5px;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
  