.blockchain-container .title .title-top{
  font-size: 45px;
  color: #354963;
  text-align: center;
  padding: 100px 0 50px;
}
.blockchain-container .title .title-top::before {
  content: "";
  height: 1px;
  width: 80px;
  background: #354963;
  display: inline-block;
  position: relative;
  top: -14px;
  left: -40px;
}
.blockchain-container .title .title-top::after {
  content: "";
  height: 1px;
  width: 80px;
  background: #354963;
  display: inline-block;
  position: relative;
  top: -14px;
  right: -40px;
}

/* content start */
.blockchain-container .content{
  display: flex;
  flex-wrap: wrap;
}

.blockchain-container .content .card{
  width: 33.33%;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.blockchain-container .content .card .card-img{
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.blockchain-container .content .card .card-content .title{
  font-size: 25px;
}

.blockchain-container .content .card .card-content .des{
  opacity: 0.8;
}
/* content end */

/* twoContent start */
.blockchain-container .twoContent{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.blockchain-container .twoContent .card{
  width: 18%;
  height: 210px;
  box-shadow: 0 5px 15px -5px rgba(34, 11, 11, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.blockchain-container .twoContent .card .card-img{
  width: 76px;
  height: 76px;
  margin-top: 45px;
  margin-bottom: 30px;
}

.blockchain-container .twoContent .card .card-title p{
  font-size: 18px;
}

/* twoContent end */

@media (max-width: 768px) {

  .blockchain-container .title .title-top{
    font-size: 25px;
    color: #354963;
    text-align: center;
    padding: 100px 0 50px;
  }
  .blockchain-container .title .title-top::before {
    content: "";
    height: 1px;
    width: 80px;
    background: #354963;
    display: inline-block;
    position: relative;
    top: -8px;
    left: -10px;
  }
  .blockchain-container .title .title-top::after {
    content: "";
    height: 1px;
    width: 80px;
    background: #354963;
    display: inline-block;
    position: relative;
    top: -8px;
    right: -10px;
  }

  /* content start */
  .blockchain-container .content{
    display: flex;
    flex-direction: column;
  }

  .blockchain-container .content .card{
    width: 100%;
  }

  /* content end */


  /* twoContent start */
  .blockchain-container .twoContent{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .blockchain-container .twoContent .card{
    width: 100%;
    height: 210px;
    box-shadow: 0 5px 15px -5px rgba(34, 11, 11, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 30px;
  }

  /* twoContent end */
}
