.card-icons-wrapper .row {
  margin-right: -10px;
  margin-left: -10px; }

.card-icon {
  margin-bottom: 20px;
  padding: 0 10px; }
  .card-icon h3 {
    font-size: 23rem;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0px; }
  .card-icon p {
    margin-top: 15px;
    color: var(--transparent-color1);
    margin-bottom: 0;
    flex: 1; }
  .card-icon a.wrapper {
    overflow: hidden; }
    .card-icon a.wrapper:hover {
      background: linear-gradient(144.7deg, var(--element1-color) 14.47%, var(--text-hover) 103.54%) !important; }
      .card-icon a.wrapper:hover .photo {
        background-color: var(--secondary-bg); }
        .card-icon a.wrapper:hover .photo img {
          filter: brightness(0); }
  .card-icon .wrapper {
    border-radius: 18px;
    padding: 30px;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border: none; }
  .card-icon .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    width: 71px;
    height: 71px;
    min-width: 71px;
    min-height: 71px;
    border-radius: 50%;
    background-color: var(--dark-bg2); }
    .card-icon .photo .image {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 !important;
      width: fit-content;
      height: fit-content; }
    .card-icon .photo img {
      max-width: 42px;
      max-height: 40px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
  .card-icon .text {
    height: 100%; }
  .card-icon .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%; }

@media (max-width: 575.5px) {
  .card-icon h3 {
    font-size: 20rem; }
  .card-icon .wrapper {
    padding: 20px; }
  .card-icon .photo {
    margin-bottom: 20px;
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px; }
    .card-icon .photo img {
      max-width: 27px;
      max-height: 26px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-icon h3 {
    font-size: 20rem; }
  .card-icon .wrapper {
    padding: 20px; }
  .card-icon .photo {
    margin-bottom: 20px;
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px; }
    .card-icon .photo img {
      max-width: 27px;
      max-height: 26px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-icon h3 {
    font-size: 20rem; }
  .card-icon .wrapper {
    padding: 20px; }
  .card-icon .photo {
    margin-bottom: 20px;
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px; }
    .card-icon .photo img {
      max-width: 27px;
      max-height: 26px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-icon .photo {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px; }
    .card-icon .photo img {
      max-width: 32px;
      max-height: 30px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-icon .photo {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px; }
    .card-icon .photo img {
      max-width: 32px;
      max-height: 30px; } }

/*# sourceMappingURL=card_icons.css.map */
