.portfolio-statistics {
  background: var(--white);
}
.card-col {
  width: 100%;
  max-width: 345px;
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #E9E9EE;
}
.card-icon {
  margin-bottom: 40px;
}
.card-icon span {
  background: var(--img-bg);
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  position: relative;
}
.card-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-col:nth-last-of-type(2) {
  border: none;
}
.card-col:nth-child(2) .card-icon span {
  background: var(--img-bg1);
}
.card-col:nth-child(3) .card-icon span {
  background: var(--img-bg2);
}
.card-col:nth-child(4) .card-icon span {
  background: var(--img-bg3);
}
.card-num {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 102%;
  letter-spacing: -0.06em;
  color: var(--header-color1);
  margin-bottom: 20px;
}
.card-col:nth-child(4) .card-num::after {
  content: '%';
  display: inline-block;
  margin-left: 6px;
}
.card-title {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 112.5%;
  color: var(--header-color1);
  margin-bottom: 0;
}
.card-btn {
  text-align: center;
  /* width: 260px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 30px;
}
.card-btn .btn {
  font-size: 0.85em;
  line-height: 0.85em;
  font-weight: 500;
  color: var(--white);
  padding: 20px 30px;
  background: linear-gradient(90deg, var(--c1, #00b3dA), var(--c2, #00daa6) 51%, var(--c1, #00b3dA)) var(--x, 0)/ 200%;
  --c2: #007dc3;
  --c1: #00e175;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 6px;
  transition: all 0.4s ease;
}
.card-btn .btn:hover {
  --x: 100%;
  color: var(--white);
}
.portfolio-statistics .container-fluid {
  max-width: 90%;
}
@media (min-width: 576px) {
  .card-col {
    width: 25%;
    max-width: 345px;
    text-align: left;
    padding: 25px;
    border-bottom: 1px solid #E9E9EE;
    border-left: 1px solid #E9E9EE;
  }
  .card-col:nth-last-of-type(2) {
    border-bottom: 1px solid #E9E9EE;
    border-left: 1px solid #E9E9EE;
  }
  .card-col:nth-of-type(1) {
    border-left: none;
  }
  .card-btn {
    justify-content: center;
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .card-col,
  .card-title {
    text-align: left;
  }
  .card-btn {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .card-col,
  .card-col:nth-last-of-type(2) {
    width: 25%;
    border-bottom: none;
    border-bottom: 1px solid #E9E9EE;
  }
  .card-col:nth-of-type(odd),
  .card-col:nth-last-of-type(2) {
    border-left: 1px solid #E9E9EE;
  }
  .card-col:nth-of-type(1) {
    border-left: none;
  }
}
@media (min-width: 1200px) {
  .card-col,
  .card-btn,
  .card-col:nth-last-of-type(2) {
    width: 20%;
    margin-bottom: 0;
    padding: 50px 25px;
  }
  .card-btn {
    justify-content: flex-end;
  }
  .card-col,
  .card-col:nth-last-of-type(2) {
    border-bottom: none;
  }
  .card-num {
    font-size: 60px;
    line-height: 102%;
    margin-bottom: 42px;
  }
  .card-title {
    font-size: 25px;
  }
}
@media (min-width: 1680px) {
  .card-col,
  .card-col:nth-last-of-type(2) {
    width: 305px;
    justify-content: flex-start;
    padding: 115px 15px 115px 100px;
  }
  .card-col:nth-of-type(1) {
    padding-left: 135px;
  }
  .card-btn {
    width: 260px;
    padding: 15px;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .card-col,
  .card-col:nth-last-of-type(2) {
    width: 365px;
    justify-content: flex-start;
    padding: 115px 15px 115px 100px;
  }
}

@media (min-width: 1920px) {
  .card-btn .btn {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1920px) {
  .card-btn .btn {
    margin-top: 30px;
  }
}