.mybg-element1 .card-icon h3, .mybg-element1 .card-icon p {
  color: var(--secondary-title); }
.mybg-element1 .card-icon h3 {
  margin-bottom: 10px; }
.mybg-element1 .card-icon p {
  font-size: 16rem; }
.mybg-element1 .row {
  justify-content: center; }

.card-icon {
  margin-bottom: 10px; }
  .card-icon h3 {
    font-size: 20rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .card-icon p {
    text-align: center;
    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;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: none; }
  .card-icon .photo {
    min-height: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px; }
    .card-icon .photo .image {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
    .card-icon .photo img {
      max-width: 70px;
      max-height: 70px; }
  .card-icon .text {
    height: 100%; }
  .card-icon .text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }

/*# sourceMappingURL=card_icons.css.map */
