
p{ 
    font-size: 18px;
}
.content_a{
    background: url(../img/banner3.jpeg) no-repeat center;
    background-size: cover;
}
.content_a h1{
    font-size: 6rem;
    color: aliceblue;
   
    
    }
.content_a p{
    color:#fff;
    font-size: 20px;
    margin: 40px 0;
    }

.content-button a{
    text-decoration: none;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: rgb(252, 248, 248);
    background: linear-gradient(228deg, #01bed9 50%, #3500d3 100%);
    border-radius: 15px;
    margin: 15px;
} 
.content_b h2{
    background: linear-gradient(180deg, #01bed9 50%, #3500d3 100%);
  	-webkit-background-clip: text;
    color: transparent;

}

.content_c h3{
    background: linear-gradient(180deg, #01bed9 50%, #3500d3 100%);
  	-webkit-background-clip: text;
    color: transparent;
}
.about-01 {
    margin-bottom: 100px;
  }

.about-01 .about-img img {
    width: 100%;
    border-radius: 16px;
  }
  
  .about-01 .title-box {
    margin-bottom: 24px;
  }
  .about-01 .title-box  h2{
    background: linear-gradient(180deg, #01bed9 50%, #3500d3 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  .about-01 .title-box  .sub-title{
    font-size: 36px;
    color: #0c0032;
    font-weight: 700;
  }
  .about-01 .about-content {
    margin-bottom: 0;
  }
  
  .about-description-box {
    list-style: none;
    padding-left: 32px;
    margin: 32px 0;
  }
  
  .about-description-box li {
    position: relative;
  }
  
  .about-description-box p:before {
    content: "\ea55";
    font-family: LineIcons, sans-serif;
    font-size: 9px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);
    background: linear-gradient(96deg, #01bed9 0%, #3500d3 100%);
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
  }

  .counted-01 {
    background-color: #f8f8f8;
    /* height: 330px; */
  }
  
  .counted-01 .title-box {
    margin-bottom: 0;
  }
  .counted-01 .title-box .main-title {
    font-size: 28px;
    color: #1456de;
    font-weight: 700;
}
.counted-01 .title-box .sub-title {
    font-size: 36px;
    color: #0c0032;
    font-weight: 700;
}
  .counted-01 .count-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0 !important;
  }
  
  .counted-01 .counted .count-content {
    margin-left: 0;
    text-align: center;
    background: #fff;
    box-shadow: 8px 8px 20px 0 rgba(70, 70, 70, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 135px;
    height: 135px;
  }
  
  .counted-01 .count-number {
    background-image: -webkit-linear-gradient(96deg, #01bed9 0%, #3500d3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 700;
  }
  
  .counted-01 .count-item:first-child {
    margin-top: 20px;
  }
  
  .counted-01 .count-item:nth-child(2n) {
    margin-top: 100px !important;
  }