.card-icons-wrapper .wrapper-cards {
  display: flex;
  margin: 0 -10px !important;
  flex-wrap: wrap;
  justify-content: space-between; }

.card-icon {
  width: 16.666%;
  padding: 10px 10px; }
  .card-icon h3 {
    font-size: 30rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .card-icon p {
    text-align: center;
    color: var(--secondary-text);
    margin-bottom: 0;
    flex: 1;
    font-size: 21rem; }
  .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;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: none; }
  .card-icon .photo {
    margin-bottom: 30px;
    min-height: 65px;
    display: flex;
    align-items: center; }
    .card-icon .photo .image {
      display: flex;
      justify-content: center;
      align-items: center; }
    .card-icon .photo img {
      max-width: 80px;
      max-height: 64px; }
  .card-icon .text {
    height: 100%; }
  .card-icon .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }

@media (max-width: 575.5px) {
  .card-icon {
    width: 50%; }
    .card-icon p {
      font-size: 17rem; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-icon {
    width: 33.33%; }
    .card-icon p {
      font-size: 17rem; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-icon {
    width: 33.33%; }
    .card-icon p {
      font-size: 17rem; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-icon p {
    font-size: 17rem; } }
@media (min-width: 1200px) and (max-width: 1329.5px) {
  .card-icon p {
    font-size: 20rem; } }
@media (min-width: 1330px) and (max-width: 1579.5px) {
  .card-icon p {
    font-size: 18rem; } }

/*# sourceMappingURL=card_icons.css.map */
