/*!
Theme Name: r4g7ph
Theme URI: #
Version: 5.6.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: r4g7ph
*/

:root {
  --text-color: #000000;
  --heading-color: #9932CC;
  --primary-btn-bg: #32CD32;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FAF0E6;
  --header-text-color: #9932CC;
  --header-border: 1px solid #32CD32;

  --footer-bg-color: #4682B4;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFE4E1;
  --table-border-color: #F08080;
  --table-text-color: #470700;

  --body-bg-color: #FAF0E6;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 72%;
  --banner-padding: 144px;
  --banner-border: 3px solid #32CD32;
  --banner-bg-color: #FAF0E6;
  --banner-text-color: #333333;

  --container-max-width: 1304px;
  --container-padding: 0 15px;
  --border-radius: 9px;
  --py: 31px;
  --py-2: 53px;
  --py-3: 51px;
  --text-align: left;
  --mb: 19px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 165px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 521ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #242424;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nata Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.wraper--nsozeq {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h--ojhpit {
        padding: var(--py) 0;
      }

      .h--twkqdn {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .top--nrkxlz {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #98e698;
      }

      .h--afguls {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h--afguls:hover {
        color: var(--primary-btn-bg);
      }


      .h--oymfai {
        display: flex;
        gap: 10px;
      }

      .top--tavpbj {
        display: none;
      }

      .logo--hiqpse img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .h--twkqdn {
          justify-content: space-between;
          flex-direction: row;
        }

        .h--afguls {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .top--nrkxlz {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .h--afguls {
    padding: 10px 0;
    display: block;
  }

  .top--nrkxlz.active {
    opacity: 1;
    visibility: visible;
  }

  .top--tavpbj {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top--tavpbj span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top--tavpbj.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top--tavpbj.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo--hiqpse {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo--hiqpse img {
  max-height: 80px;
}

.first--elcgph,
.second--nlrgeb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.first--elcgph {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first--elcgph:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--nlrgeb {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--nlrgeb:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot--ydjcuh{
  position: relative;
}
.foot--ydjcuh * {
  z-index: 1;
  position: relative;
}


      .text--oujrqa > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .text--oujrqa > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .text--oujrqa > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


    .foot--ydjcuh {
      background: linear-gradient(135deg, #689bc4 0%, #38688f 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .foot--ydjcuh::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .f--wufylg {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .footer--lretcw {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .f--kpnact {
      width: 100%;
    }

    .footer--xuwnvj {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f--vokfbi {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .f--vokfbi:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .bottom--tcpxju {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .footer--ifrygq {
      text-align: center;
      padding-top: 20px;
    }

    .footer--ifrygq p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .foot--ydjcuh {
        padding: 30px 0 15px;
      }

      .footer--xuwnvj {
        gap: 15px;
        flex-direction: column;
      }

      .f--vokfbi {
        font-size: 14px;
        padding: 6px 12px;
      }

      .footer--lretcw {
        margin-bottom: 20px;
      }

      .bottom--tcpxju {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .footer--xuwnvj {
        gap: 10px;
      }

      .f--vokfbi {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.footer--xuwnvj li:empty {
  display: none;
}

.hr--vrpjxa {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hr--vrpjxa {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.hr--vrpjxa svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero--xyhuon{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr--vrofwg {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.table--nkxsaj{
  overflow-x: auto;
  width: 100%;
}

.text--oujrqa {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text--oujrqa p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text--oujrqa ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text--oujrqa ul {
  list-style: none;
}

.text--oujrqa ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text--oujrqa ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text--oujrqa ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .text--oujrqa ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text--oujrqa ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #32cd32 0%, #6fdc6f 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #32CD32;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .text--oujrqa table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid #ff9f94;
        overflow: hidden;
      }

      .text--oujrqa table thead {
        background-color: #ffdad6;
      }

      .text--oujrqa table thead tr {
        border-bottom: 1px solid #ff9f94;
      }

      .text--oujrqa table th {
        padding: 16px 25px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .text--oujrqa table tbody tr {
        border-bottom: 1px solid #ff9f94;
        transition: background-color 0.2s ease;
      }

      .text--oujrqa table tbody tr:last-child {
        border-bottom: none;
      }

      .text--oujrqa table tbody tr:hover {
        background-color: #ffdfdb;
      }

      .text--oujrqa table td {
        padding: 16px 33px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .text--oujrqa table td:first-child {
        font-weight: 500;
      }
    

.text--oujrqa img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.posts--khlcvw {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.article--qdsnme {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols--uxgkpr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cols--uxgkpr .texted--dlabhj:first-child {
        order: 2;
      }

      .cols--uxgkpr .texted--dlabhj:last-child {
        order: 1;
      }

      .cols--uxgkpr h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .cols--uxgkpr {
          grid-template-columns: 1fr;
        }

        .cols--uxgkpr .texted--dlabhj:first-child {
          order: 1;
        }

        .cols--uxgkpr .texted--dlabhj:last-child {
          order: 2;
        }
      }
    

.tbl--unlhye {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.tbl--unlhye p,
.tbl--unlhye h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl--unlhye table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl--unlhye table td,
.tbl--unlhye table th {
  border: 0;
}

.tbl--unlhye table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl--unlhye tr:last-child {
  border-bottom: 0;
}

.tbl--unlhye h2 {
  margin-top: 0;
}

/*
.cards--ognczk {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.inv--mvdwyn {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .inv--mvdwyn{
      background: linear-gradient(135deg, #242424 0%, #3d3d3d 100%);
      border-left: 5px solid var(--primary-btn-bg);
    }
    

.inv--mvdwyn h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero--xyhuon{
    flex-direction: column;
  }

  .hr--vrofwg {
    width: 100%;
  }

  .tbl--unlhye {
    padding: var(--py);
  }

  .inv--mvdwyn {
    padding: var(--py);
  }
}

.map--kzdmsv{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.map--kzdmsv a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.map--kzdmsv a:hover {
  color: var(--primary-btn-bg);
}
.map--kzdmsv h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm--arxwfg {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .form--lqumvp {
      display: flex;
      flex-direction: column;
    }

    .form--okcbwm, .frm--qhxurv {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .form--okcbwm:focus, .frm--qhxurv:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm--qhxurv {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm--arxwfg button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frm--arxwfg button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm--arxwfg {
        max-width: 100%;
        gap: 15px;
      }

      .form--okcbwm, .frm--qhxurv {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


.or {
  margin: 0 auto 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 35px;
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: var(--mb);
}

.or a {
  color: var(--table-text-color);
  text-decoration: none;
  text-transform: capitalize;
  transition: all .3s ease;
}

.or a:hover {
  opacity: .7;
}

.partners__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .hr--vrpjxa {
            position: relative;
            min-height: 430px;
            background: linear-gradient(197deg, #32CD32, #FFD700);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hr--vrofwg {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .ban--sywpzh {
            position: absolute;
            inset: 0;
        }

        .ban--eznabv {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .ban--eznabv:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .ban--eznabv:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .ban--eznabv:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .ban--eznabv:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .ban--eznabv:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .ban--eznabv:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .ban--eznabv:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .ban--eznabv:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .b--iveptf {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1150px;
            max-width: 100%;
            padding: var(--py);
        }

        .hero--dwftur {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .banner--kmazcr {
            font-size: 18px;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .hero--dwftur {
                font-size: 33px;
            }
        }

        @keyframes float-particle {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }
        


        .card--xtzpwn {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .cards--ognczk {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 10px solid #32CD32;
        }

        .cards--ognczk:nth-child(even) {
            border-left-color: #FFD700;
            margin-left: 24px;
        }

        .cards--ognczk:nth-child(odd) {
            margin-right: 24px;
        }

        .cards--ognczk::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #32CD3205, #FFD70005);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .cards--ognczk:hover::before {
            opacity: 1;
        }

        .cards--ognczk:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .cards--ognczk h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .cards--ognczk p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .card--xtzpwn {
                max-width: 100%;
            }

            .cards--ognczk:nth-child(even),
            .cards--ognczk:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        