.defi_staking_content_wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services_staking_wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.container_why_us_staking {
  width: 100%;
  margin-top: 100px;
}
.why_us_card_wrp {
  display: flex;
  position: relative;
}
.why_card_outer {
  background: transparent;
  padding: 40px 35px;
  text-align: left;
  position: relative;
}
.why_us_card_wrp::after {
  top: unset !important;
  bottom: 0;
}
.card_staking_5::after {
  left: unset !important;
  right: 0;
}
.why_us_card_wrp::before,
.why_us_card_wrp::after {
  content: '';
  position: absolute;
  width: 103%;
  height: 0;
  top: 0;
  left: -25px;
  border: 1px solid #D8D8D8;
}
.why_card_outer::before,
.card_staking_5::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 120%;
  top: -38px;
  left: 0;
  border: 1px solid #D8D8D8;
}
.why_card_outer .card-icon-class {
  padding: 0;
  width: 64px;
  /* height: 40px; */
}
.why_us_card_wrp .core_typo {
  margin: unset;
  padding: 24px 0 15px;
}
.why_card_outer p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #494b50;
}
.comm_banner_button {
  margin-top: unset;
}

/* responsive */
@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
  .why_card_outer {
    padding: 20px;
  }
}

@media only screen and (max-width: 979px) {
  .container_why_us_staking {
    margin-top: 50px;
  }
  .service_nft_wrp .why_card_outer p {
    font-size: 16px;
    line-height: 22px;
  }
  .why_us_card_wrp .core_typo {
    margin: unset;
    padding: 10px 0 10px;
  }
  .service_nft_wrp .why_card_outer {
    padding: 20px 0;
  }
  .service_nft_wrp .experts_btn {
    font-size: 18px;
    line-height: 22px;
  }
  .why_card_outer::before,
  .card_staking_5::after {
    border: unset;
  }
  .why_us_card_wrp {
    flex-wrap: wrap;
  }
  .why_us_card_wrp::before,
  .why_us_card_wrp::after {
    border: unset;
  }
  .why_card_outer {
    padding: 20px 0;
  }
  .why_us_staking_wrp {
    padding: 100px 0 0 !important;
  }
  .container_why_us_staking {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 649px) {
  .why_card_outer p {
    font-size: 14px;
    line-height: 22px;
  }
  .why_card_outer {
    padding: 16px 0 12px;
}
}
