/*!
Theme Name: derjmk
Theme URI: #
Version: 5.4.5
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: derjmk
*/

:root {
  --text-color: #000000;
  --heading-color: #7b1fa2;
  --primary-btn-bg: #ff4081;
  --secondary-btn-bg: #00bcd4;
  --primary-btn-color: #ffffff;
  --secondary-btn-color: #ffffff;

  --header-bg-color: #673ab7;
  --header-text-color: #ffffff;
  --header-border: {{header-border}};

  --footer-bg-color: #3e2723;
  --footer-text-color: #ffffff;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #e0f7fa;
  --table-border-color: #b2ebf2;
  --table-text-color: #093339;

  --body-bg-color: #f5f5f5;
  --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: left;
  --banner-column: 67%;
  --banner-padding: 136.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #ffffff;
  --banner-text-color: #000000;

  --container-max-width: 1444px;
  --container-padding: 0 15px;
  --border-radius: 5px;
  --py: 30px;
  --py-2: 78px;
  --py-3: 65px;
  --text-align: center;
  --mb: 24px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 195px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 436ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #292929;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 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;
}

.flxgmopez__c {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.xiopfnkvt__h {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.lwbsfougk__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.dalhqztjr__top {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.ejwsvqrha__head {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.ejwsvqrha__head:hover {
  color: var(--primary-btn-bg);
}


.xlpqiesdc__head {
  display: flex;
  gap: 10px;
}

.atcfgszed__brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.atcfgszed__brand img {
  max-height: 80px;
}

.vgnwiurba__prim,
.olkysqcua__sec {
  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;
}

.vgnwiurba__prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.vgnwiurba__prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.olkysqcua__sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.olkysqcua__sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.vlimctxkb__f{
  position: relative;
}
.vlimctxkb__f * {
  z-index: 1;
  position: relative;
}


    .vlimctxkb__f {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .hncblrewd__f {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .zxhkqmnsd__f {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .fnrsmykao__foot {
      display: flex;
      flex-direction: column;
    }

    .mnudzcrqw__bottom {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .vpbgotuca__bottom {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .obswkglqz__f {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .obswkglqz__f:hover {
      color: var(--primary-btn-bg);
    }

    .zmeqystbc__bot {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .vtuswfplz__f {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .ocrhudnxz__bottom {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .ocrhudnxz__bottom::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .zxhkqmnsd__f {
        flex-direction: column;
      }
    }
    



.vpbgotuca__bottom li:empty {
  display: none;
}

.tclubgehz__main {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.tclubgehz__main {
  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;
}

.tclubgehz__main svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.eswnikfuj__main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.beithprxd__ban {
  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;
}

.nfberovsg__table{
  overflow-x: auto;
  width: 100%;
}

.ohmnpqjrc__content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.ohmnpqjrc__content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.ohmnpqjrc__content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.ohmnpqjrc__content ul {
  list-style: none;
}

.ohmnpqjrc__content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.ohmnpqjrc__content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .ohmnpqjrc__content 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;
    }

    .ohmnpqjrc__content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .ohmnpqjrc__content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #ff4081 0%, #f50052 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #ff4081;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    

.ohmnpqjrc__content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--mb);
  border: 1px solid var(--table-border-color);
  background-color: var(--table-bg-color);
  color: var(--table-text-color);
}

.ohmnpqjrc__content table th,
.ohmnpqjrc__content table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.ohmnpqjrc__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.uilgnthrc__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sehfvmpzq__post {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .bjutgfzxm__column {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .bjutgfzxm__column::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #ffa8c505 0%, transparent 70%);
        z-index: 0;
      }

      .bjutgfzxm__column .jbzxctder__col {
        position: relative;
        z-index: 1;
      }

      .bjutgfzxm__column .jbzxctder__col:first-child {
        order: 2;
      }

      .bjutgfzxm__column .jbzxctder__col:last-child {
        order: 1;
      }

      .bjutgfzxm__column figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .bjutgfzxm__column figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .bjutgfzxm__column figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .bjutgfzxm__column h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #ff4081 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .bjutgfzxm__column h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #ff4081 0%, #ff0f5f 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #ff408140;
      }

      .bjutgfzxm__column p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .bjutgfzxm__column {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .bjutgfzxm__column .jbzxctder__col:first-child {
          order: 1;
        }

        .bjutgfzxm__column .jbzxctder__col:last-child {
          order: 2;
        }

        .bjutgfzxm__column figure {
          transform: none;
        }

        .bjutgfzxm__column figure:hover {
          transform: scale(1.02);
        }

        .bjutgfzxm__column h2 {
          font-size: 2rem;
        }
      }
    

.ogvucfnpw__tbl {
  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%;
}

.ogvucfnpw__tbl p,
.ogvucfnpw__tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.ogvucfnpw__tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.ogvucfnpw__tbl table td,
.ogvucfnpw__tbl table th {
  border: 0;
}

.ogvucfnpw__tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.ogvucfnpw__tbl tr:last-child {
  border-bottom: 0;
}

.ogvucfnpw__tbl h2 {
  margin-top: 0;
}

/*
.jdequpkoi__row {
  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);
}
  */

.slvqnfyxt__dark {
  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);
}


    .slvqnfyxt__dark{
      background: linear-gradient(135deg, #292929 0%, #424242 100%);
      border-left: 10px solid var(--primary-btn-bg);
    }
    

.slvqnfyxt__dark h2 {
  color: inherit;
  margin-top: 0;
}

.lguihjbas__h {
  display: none;
}

@media (max-width: 1024px) {
  .dalhqztjr__top {
    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;
  }

  .ejwsvqrha__head {
    padding: 10px 0;
    display: block;
  }

  .dalhqztjr__top.active {
    opacity: 1;
    visibility: visible;
  }

  .lguihjbas__h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .lguihjbas__h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .lguihjbas__h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .lguihjbas__h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .eswnikfuj__main{
    flex-direction: column;
  }

  .beithprxd__ban {
    width: 100%;
  }

  .ogvucfnpw__tbl {
    padding: var(--py);
  }

  .slvqnfyxt__dark {
    padding: var(--py);
  }
}

.ynerbucqz__map{
  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);
}
.ynerbucqz__map 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;
}
.ynerbucqz__map a:hover {
  color: var(--primary-btn-bg);
}
.ynerbucqz__map h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .pvztykdbr__frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .npbxiolge__fr {
      display: flex;
      flex-direction: column;
    }

    .nphtdsyxe__fr, .thefmkpdz__frm {
      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;
    }

    .nphtdsyxe__fr:focus, .thefmkpdz__frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .thefmkpdz__frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .pvztykdbr__frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .pvztykdbr__frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .pvztykdbr__frm {
        max-width: 100%;
        gap: 15px;
      }

      .nphtdsyxe__fr, .thefmkpdz__frm {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


.ueskigrwh-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);
}

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

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

.ytmvjqxrg-lks__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)
  }
}


        .tclubgehz__main {
            position: relative;
            min-height: 461px;
            background: linear-gradient(285deg, #ff4081, #00bcd4);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .beithprxd__ban {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .jtfiaqhum__hero {
            position: absolute;
            inset: 0;
        }

        .cmohsuxid__hero {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .cmohsuxid__hero:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .cmohsuxid__hero:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .cmohsuxid__hero:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .cmohsuxid__hero:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .cmohsuxid__hero:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .cmohsuxid__hero:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .cmohsuxid__hero:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .cmohsuxid__hero:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .axgtdzhye__hero {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1045px;
            max-width: 100%;
            padding: var(--py);
        }

        .suntzjdcx__main {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 3rem;
            line-height: 1.2;
        }

        .rnylwzhqv__banner {
            font-size: 16px;
            color: #ffffff;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .suntzjdcx__main {
                font-size: 35px;
            }
        }

        @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;
            }
        }
        


        .ngarvstlc__blocks {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .jdequpkoi__row {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .jdequpkoi__row::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 10px;
            background: linear-gradient(90deg, #ff4081, #00bcd4);
        }

        .jdequpkoi__row:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .jdequpkoi__row h3 {
            color: #000000;
        }

        .jdequpkoi__row p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .ngarvstlc__blocks {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        