@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@keyframes borderExpand {
  0% {
    border-width: 0; }
  50% {
    border-width: 10px;
    /* Pośredni efekt dla środkowego borderu */ }
  100% {
    border-width: 3px;
    /* Maksymalna szerokość dla zewnętrznego borderu */ } }
.card-icon {
  margin-bottom: 30px;
  padding-top: 80px; }
  .card-icon h3 {
    font-size: 24rem;
    color: var(--primary-title);
    font-weight: bold;
    font-style: italic;
    font-family: "Playfair Display", sans-serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .card-icon p {
    font-size: 18px;
    line-height: 1.2;
    color: var(--primary-text);
    font-weight: 300;
    text-align: center; }
  .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: 40px;
    padding-top: 0px;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: none; }
  .card-icon .photo {
    margin-bottom: 30px; }
    .card-icon .photo .image {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      height: 110px; }
    .card-icon .photo img {
      max-width: 100%;
      max-height: 100%; }
  .card-icon .text {
    height: 100%; }
  .card-icon .text-inner {
    display: flex;
    flex-direction: column;
    height: 100%; }

@media (max-width: 575.5px) {
  .card-icons-group {
    padding-top: 50px; }

  .card-icon {
    padding-top: 0px; }
    .card-icon h3 {
      font-size: 23rem; }
    .card-icon .wrapper {
      padding: 0px;
      padding-top: 0; }
    .card-icon .photo img {
      height: 60px;
      width: auto; }
    .card-icon .photo .image {
      height: auto; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .card-icon h3 {
    font-size: 23rem; }
  .card-icon .wrapper {
    padding: 0px;
    padding-top: 0; }
  .card-icon .photo img {
    height: 60px;
    width: auto; }
  .card-icon .photo .image {
    height: auto; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .card-icon h3 {
    font-size: 23rem; }
  .card-icon .wrapper {
    padding: 20px;
    padding-top: 0; }
  .card-icon .photo {
    height: 80px; }
    .card-icon .photo img {
      height: 80px;
      width: auto; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .card-icon h3 {
    font-size: 24rem; }
  .card-icon .wrapper {
    padding: 20px;
    padding-top: 0; }
  .card-icon .photo img {
    /*                max-width: 120px;
                    max-height: 120px;*/ } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .card-icon h3 {
    font-size: 26rem; }
  .card-icon .wrapper {
    padding: 30px;
    padding-top: 0px; }
  .card-icon .photo img {
    /*                max-width: 150px;
                    max-height: 150px;*/ } }

/*# sourceMappingURL=card_icons.css.map */
