.card-icon {
  margin-bottom: 30px; }
  .card-icon h3 {
    font-size: 26rem;
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500; }
  .card-icon p {
    color: var(--transparent-color1);
    margin-bottom: 0;
    flex: 1; }
  .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 {
    border-radius: 15px;
    padding: 10px;
    padding-top: 10px;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    border: none; }
  .card-icon .photo {
    margin-right: 20px; }
    .card-icon .photo .image {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--secondary-bg);
      border-radius: 50%;
      width: 80px;
      min-width: 80px;
      height: 80px;
      margin: 0; }
      .card-icon .photo .image img {
        max-width: 70%;
        max-height: 70%; }
  .card-icon .text {
    height: 100%;
    align-items: center;
    display: flex; }
  .card-icon .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

@media (max-width: 575.5px) {
  .card-icon {
    margin-bottom: 0px; }
    .card-icon h3 {
      font-size: 20rem; }
    .card-icon .photo .image {
      width: 50px;
      min-width: 50px;
      height: 50px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-icon {
    margin-bottom: 10px; }
    .card-icon h3 {
      font-size: 22rem; }
    .card-icon .photo .image {
      width: 60px;
      min-width: 60px;
      height: 60px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-icon {
    margin-bottom: 10px; }
    .card-icon h3 {
      font-size: 23rem; }
    .card-icon .photo .image {
      width: 60px;
      min-width: 60px;
      height: 60px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-icon h3 {
    font-size: 24rem; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-icon h3 {
    font-size: 24rem; } }

/*# sourceMappingURL=card_icons.css.map */
