.card-icon {
  margin-bottom: 30px;
  border-top: 1px solid #e9e9e9; }
  .card-icon h3 {
    font-size: 18rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--dark-bg2); }
    .card-icon h3 span {
      font-weight: 400; }
  .card-icon a.wrapper {
    overflow: hidden;
    position: relative; }
    .card-icon a.wrapper::after {
      content: "";
      display: block;
      height: 2px;
      width: 0%;
      background-color: #FFBE15;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: 0.3s;
      border-radius: 3px; }
    .card-icon a.wrapper:hover::after {
      width: 100%;
      right: 0; }
  .card-icon .wrapper {
    padding-top: 40px;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border: none; }
  .card-icon .photo {
    margin-bottom: 30px; }
    .card-icon .photo .image {
      display: flex;
      justify-content: center;
      align-items: center; }
    .card-icon .photo img {
      height: 35px;
      width: auto; }
  .card-icon .text {
    height: 100%; }
    .card-icon .text a {
      color: var(--dark-bg2); }
  .card-icon .text-inner {
    display: flex;
    flex-direction: column;
    height: 100%; }

/*# sourceMappingURL=card_icons.css.map */
